Html Css Color HEX #DDEFC0 Willow Brook

📋 copy color: '#DDEFC0'

red 221 ◦ green 239 ◦ blue 192

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

Shades of Willow Brook #DDEFC0

Tints of Willow Brook #DDEFC0

RGB

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

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

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

R = 33.9%
G = 36.66%
B = 29.45%

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

#DDEFC0 (or 0xDDEFC0) is known color: Willow Brook. HEX triplet: DD, EF and C0. RGB value is (221,239,192). Sum of RGB (Red+Green+Blue) = 221+239+192=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC0 is #22103F. Grayscale: #E4E4E4. Windows color (decimal): -2232384 or 12644317. OLE color: 12644317.

HSL color Cylindrical-coordinate representation of color #DDEFC0: hue angle of 82.98º 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 #DDEFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 192 -
CMYK 0.08 0 0.20 0.06
HSL 82.98º 0.59% 0.85% -
HSV(B) 82.98º 0.2% 0.94% -
XYZ 70.2 80.91 61.79 -
YUV 228.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 221 239 192 0.08 0 0.20 0.06 82.98 0.59 0.85
Hex DD EF C0 8 0 14 6 53 3B 55
Octal 335 357 300 10 0 24 6 123 73 125
Binary 11011101 11101111 11000000 1000 0 10100 110 1010011 111011 1010101

Color Harmonies of #DDEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFC0

Black with #DDEFC0

Text Example


Text Example

White with #DDEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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