Html Css Color HEX #DBEFC0 Willow Brook

📋 copy color: '#DBEFC0'

red 219 ◦ green 239 ◦ blue 192

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

Shades of Willow Brook #DBEFC0

Tints of Willow Brook #DBEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

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

R = 33.69%
G = 36.77%
B = 29.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#DBEFC0 (or 0xDBEFC0) is known color: Willow Brook. HEX triplet: DB, EF and C0. RGB value is (219,239,192). Sum of RGB (Red+Green+Blue) = 219+239+192=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC0 is #24103F. Grayscale: #E3E3E3. Windows color (decimal): -2363456 or 12644315. OLE color: 12644315.

HSL color Cylindrical-coordinate representation of color #DBEFC0: hue angle of 85.53º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBEFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 192 -
CMYK 0.08 0 0.20 0.06
HSL 85.53º 0.59% 0.85% -
HSV(B) 85.53º 0.2% 0.94% -
XYZ 69.59 80.6 61.76 -
YUV 227.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 219 239 192 0.08 0 0.20 0.06 85.53 0.59 0.85
Hex DB EF C0 8 0 14 6 56 3B 55
Octal 333 357 300 10 0 24 6 126 73 125
Binary 11011011 11101111 11000000 1000 0 10100 110 1010110 111011 1010101

Color Harmonies of #DBEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFC0

Black with #DBEFC0

Text Example


Text Example

White with #DBEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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