Html Css Color HEX #DDEABF Willow Brook

📋 copy color: '#DDEABF'

red 221 ◦ green 234 ◦ blue 191

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

Shades of Willow Brook #DDEABF

Tints of Willow Brook #DDEABF

RGB

 RED value IS 221 (86.72% from 255) = 34.21%

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

 BLUE value IS 191 (75% from 255) = 29.57%

R = 34.21%
G = 36.22%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#DDEABF (or 0xDDEABF) is known color: Willow Brook. HEX triplet: DD, EA and BF. RGB value is (221,234,191). Sum of RGB (Red+Green+Blue) = 221+234+191=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEABF is #221540. Grayscale: #E1E1E1. Windows color (decimal): -2233665 or 12577501. OLE color: 12577501.

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

Color convert

RGB 221 234 191 -
CMYK 0.06 0 0.18 0.08
HSL 78.14º 0.51% 0.83% -
HSV(B) 78.14º 0.18% 0.92% -
XYZ 68.65 77.98 60.72 -
YUV 225.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 221 234 191 0.06 0 0.18 0.08 78.14 0.51 0.83
Hex DD EA BF 6 0 12 8 4E 33 53
Octal 335 352 277 6 0 22 10 116 63 123
Binary 11011101 11101010 10111111 110 0 10010 1000 1001110 110011 1010011

Color Harmonies of #DDEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEABF

Black with #DDEABF

Text Example


Text Example

White with #DDEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEABF; }

 p { color: rgb(221,234,191); }

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

background-color css

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

 a { background-color: rgb(221,234,191); }

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

border-color css

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

 span { border-color: rgb(221,234,191); }

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