Html Css Color HEX #DBEAC6 Willow Brook

📋 copy color: '#DBEAC6'

red 219 ◦ green 234 ◦ blue 198

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

Shades of Willow Brook #DBEAC6

Tints of Willow Brook #DBEAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.41%

R = 33.64%
G = 35.94%
B = 30.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#DBEAC6 (or 0xDBEAC6) is known color: Willow Brook. HEX triplet: DB, EA and C6. RGB value is (219,234,198). Sum of RGB (Red+Green+Blue) = 219+234+198=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC6 is #241539. Grayscale: #E1E1E1. Windows color (decimal): -2364730 or 13036251. OLE color: 13036251.

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

Color convert

RGB 219 234 198 -
CMYK 0.06 0 0.15 0.08
HSL 85º 0.46% 0.85% -
HSV(B) 85º 0.15% 0.92% -
XYZ 68.83 77.98 64.85 -
YUV 225.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 219 234 198 0.06 0 0.15 0.08 85 0.46 0.85
Hex DB EA C6 6 0 F 8 55 2E 55
Octal 333 352 306 6 0 17 10 125 56 125
Binary 11011011 11101010 11000110 110 0 1111 1000 1010101 101110 1010101

Color Harmonies of #DBEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAC6

Black with #DBEAC6

Text Example


Text Example

White with #DBEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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