Html Css Color HEX #DDEBC4 Willow Brook

📋 copy color: '#DDEBC4'

red 221 ◦ green 235 ◦ blue 196

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

Shades of Willow Brook #DDEBC4

Tints of Willow Brook #DDEBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 196 (76.95% from 255) = 30.06%

R = 33.9%
G = 36.04%
B = 30.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#DDEBC4 (or 0xDDEBC4) is known color: Willow Brook. HEX triplet: DD, EB and C4. RGB value is (221,235,196). Sum of RGB (Red+Green+Blue) = 221+235+196=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC4 is #22143B. Grayscale: #E2E2E2. Windows color (decimal): -2233404 or 12905437. OLE color: 12905437.

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

Color convert

RGB 221 235 196 -
CMYK 0.06 0 0.17 0.08
HSL 81.54º 0.49% 0.85% -
HSV(B) 81.54º 0.17% 0.92% -
XYZ 69.49 78.77 63.77 -
YUV 226.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 221 235 196 0.06 0 0.17 0.08 81.54 0.49 0.85
Hex DD EB C4 6 0 11 8 52 31 55
Octal 335 353 304 6 0 21 10 122 61 125
Binary 11011101 11101011 11000100 110 0 10001 1000 1010010 110001 1010101

Color Harmonies of #DDEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBC4

Black with #DDEBC4

Text Example


Text Example

White with #DDEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBC4; }

 p { color: rgb(221,235,196); }

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

background-color css

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

 a { background-color: rgb(221,235,196); }

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

border-color css

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

 span { border-color: rgb(221,235,196); }

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