Html Css Color HEX #DDEBC5 Willow Brook

📋 copy color: '#DDEBC5'

red 221 ◦ green 235 ◦ blue 197

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

Shades of Willow Brook #DDEBC5

Tints of Willow Brook #DDEBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.17%

R = 33.84%
G = 35.99%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#DDEBC5 (or 0xDDEBC5) is known color: Willow Brook. HEX triplet: DD, EB and C5. RGB value is (221,235,197). Sum of RGB (Red+Green+Blue) = 221+235+197=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC5 is #22143A. Grayscale: #E2E2E2. Windows color (decimal): -2233403 or 12970973. OLE color: 12970973.

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

Color convert

RGB 221 235 197 -
CMYK 0.06 0 0.16 0.08
HSL 82.11º 0.49% 0.85% -
HSV(B) 82.11º 0.16% 0.92% -
XYZ 69.61 78.82 64.37 -
YUV 226.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 221 235 197 0.06 0 0.16 0.08 82.11 0.49 0.85
Hex DD EB C5 6 0 10 8 52 31 55
Octal 335 353 305 6 0 20 10 122 61 125
Binary 11011101 11101011 11000101 110 0 10000 1000 1010010 110001 1010101

Color Harmonies of #DDEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBC5

Black with #DDEBC5

Text Example


Text Example

White with #DDEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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