Html Css Color HEX #DBEFC1 Willow Brook

📋 copy color: '#DBEFC1'

red 219 ◦ green 239 ◦ blue 193

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

Shades of Willow Brook #DBEFC1

Tints of Willow Brook #DBEFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.65%

R = 33.64%
G = 36.71%
B = 29.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#DBEFC1 (or 0xDBEFC1) is known color: Willow Brook. HEX triplet: DB, EF and C1. RGB value is (219,239,193). Sum of RGB (Red+Green+Blue) = 219+239+193=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC1 is #24103E. Grayscale: #E3E3E3. Windows color (decimal): -2363455 or 12709851. OLE color: 12709851.

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

Color convert

RGB 219 239 193 -
CMYK 0.08 0 0.19 0.06
HSL 86.09º 0.59% 0.85% -
HSV(B) 86.09º 0.19% 0.94% -
XYZ 69.71 80.64 62.34 -
YUV 227.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 219 239 193 0.08 0 0.19 0.06 86.09 0.59 0.85
Hex DB EF C1 8 0 13 6 56 3B 55
Octal 333 357 301 10 0 23 6 126 73 125
Binary 11011011 11101111 11000001 1000 0 10011 110 1010110 111011 1010101

Color Harmonies of #DBEFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFC1

Black with #DBEFC1

Text Example


Text Example

White with #DBEFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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