Html Css Color HEX #DBEAC2 Willow Brook

📋 copy color: '#DBEAC2'

red 219 ◦ green 234 ◦ blue 194

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

Shades of Willow Brook #DBEAC2

Tints of Willow Brook #DBEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

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

R = 33.85%
G = 36.17%
B = 29.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#DBEAC2 (or 0xDBEAC2) is known color: Willow Brook. HEX triplet: DB, EA and C2. RGB value is (219,234,194). Sum of RGB (Red+Green+Blue) = 219+234+194=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC2 is #24153D. Grayscale: #E1E1E1. Windows color (decimal): -2364734 or 12774107. OLE color: 12774107.

HSL color Cylindrical-coordinate representation of color #DBEAC2: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEAC2 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 194 -
CMYK 0.06 0 0.17 0.08
HSL 82.5º 0.49% 0.84% -
HSV(B) 82.5º 0.17% 0.92% -
XYZ 68.37 77.8 62.45 -
YUV 224.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 219 234 194 0.06 0 0.17 0.08 82.5 0.49 0.84
Hex DB EA C2 6 0 11 8 52 31 54
Octal 333 352 302 6 0 21 10 122 61 124
Binary 11011011 11101010 11000010 110 0 10001 1000 1010010 110001 1010100

Color Harmonies of #DBEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAC2

Black with #DBEAC2

Text Example


Text Example

White with #DBEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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