Html Css Color HEX #DBEDC0 Willow Brook

📋 copy color: '#DBEDC0'

red 219 ◦ green 237 ◦ blue 192

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

Shades of Willow Brook #DBEDC0

Tints of Willow Brook #DBEDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.63%

R = 33.8%
G = 36.57%
B = 29.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#DBEDC0 (or 0xDBEDC0) is known color: Willow Brook. HEX triplet: DB, ED and C0. RGB value is (219,237,192). Sum of RGB (Red+Green+Blue) = 219+237+192=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC0 is #24123F. Grayscale: #E2E2E2. Windows color (decimal): -2363968 or 12643803. OLE color: 12643803.

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

Color convert

RGB 219 237 192 -
CMYK 0.08 0 0.19 0.07
HSL 84º 0.56% 0.84% -
HSV(B) 84º 0.19% 0.93% -
XYZ 69.01 79.43 61.56 -
YUV 226.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 219 237 192 0.08 0 0.19 0.07 84 0.56 0.84
Hex DB ED C0 8 0 13 7 54 38 54
Octal 333 355 300 10 0 23 7 124 70 124
Binary 11011011 11101101 11000000 1000 0 10011 111 1010100 111000 1010100

Color Harmonies of #DBEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDC0

Black with #DBEDC0

Text Example


Text Example

White with #DBEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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