Html Css Color HEX #DBEAC5 Willow Brook

📋 copy color: '#DBEAC5'

red 219 ◦ green 234 ◦ blue 197

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

Shades of Willow Brook #DBEAC5

Tints of Willow Brook #DBEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.31%

R = 33.69%
G = 36%
B = 30.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#DBEAC5 (or 0xDBEAC5) is known color: Willow Brook. HEX triplet: DB, EA and C5. RGB value is (219,234,197). Sum of RGB (Red+Green+Blue) = 219+234+197=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC5 is #24153A. Grayscale: #E1E1E1. Windows color (decimal): -2364731 or 12970715. OLE color: 12970715.

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

Color convert

RGB 219 234 197 -
CMYK 0.06 0 0.16 0.08
HSL 84.32º 0.47% 0.85% -
HSV(B) 84.32º 0.16% 0.92% -
XYZ 68.71 77.94 64.25 -
YUV 225.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 219 234 197 0.06 0 0.16 0.08 84.32 0.47 0.85
Hex DB EA C5 6 0 10 8 54 2F 55
Octal 333 352 305 6 0 20 10 124 57 125
Binary 11011011 11101010 11000101 110 0 10000 1000 1010100 101111 1010101

Color Harmonies of #DBEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAC5

Black with #DBEAC5

Text Example


Text Example

White with #DBEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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