Html Css Color HEX #DBEDC2 Willow Brook

📋 copy color: '#DBEDC2'

red 219 ◦ green 237 ◦ blue 194

#DBEDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Brook #DBEDC2

Tints of Willow Brook #DBEDC2

RGB

 RED value IS 219 (85.94% from 255) = 33.69%

 GREEN value IS 237 (92.97% from 255) = 36.46%

 BLUE value IS 194 (76.17% from 255) = 29.85%

R = 33.69%
G = 36.46%
B = 29.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBEDC2 (or 0xDBEDC2) is known color: Willow Brook. HEX triplet: DB, ED and C2. RGB value is (219,237,194). Sum of RGB (Red+Green+Blue) = 219+237+194=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC2 is #24123D. Grayscale: #E2E2E2. Windows color (decimal): -2363966 or 12774875. OLE color: 12774875.

HSL color Cylindrical-coordinate representation of color #DBEDC2: hue angle of 85.12º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEDC2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 194 -
CMYK 0.08 0 0.18 0.07
HSL 85.12º 0.54% 0.85% -
HSV(B) 85.12º 0.18% 0.93% -
XYZ 69.24 79.52 62.74 -
YUV 226.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 219 237 194 0.08 0 0.18 0.07 85.12 0.54 0.85
Hex DB ED C2 8 0 12 7 55 36 55
Octal 333 355 302 10 0 22 7 125 66 125
Binary 11011011 11101101 11000010 1000 0 10010 111 1010101 110110 1010101

Color Harmonies of #DBEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDC2

Black with #DBEDC2

Text Example


Text Example

White with #DBEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDC2; }

 p { color: rgb(219,237,194); }

 H1.HeaderClassName
 {
   color: #DBEDC2;
 }
 .AnyTagClassName
 {
   color: #DBEDC2;
 }
</style>

background-color css

<style>
 a { background-color: #DBEDC2; }

 a { background-color: rgb(219,237,194); }

 div.DivClassName
 {
   background-color: #DBEDC2;
 }
 .BgClassName
 {
   background-color: #DBEDC2;
 }
</style>

border-color css

<style>
 span { border-color: #DBEDC2; }

 span { border-color: rgb(219,237,194); }

 td.TdClassName
 {
   border-color: #DBEDC2;
 }
 .TagClassName
 {
   border-color: #DBEDC2;
 }
</style>