Html Css Color HEX #DDE6C5 Willow Brook

📋 copy color: '#DDE6C5'

red 221 ◦ green 230 ◦ blue 197

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

Shades of Willow Brook #DDE6C5

Tints of Willow Brook #DDE6C5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.49%

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

R = 34.1%
G = 35.49%
B = 30.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#DDE6C5 (or 0xDDE6C5) is known color: Willow Brook. HEX triplet: DD, E6 and C5. RGB value is (221,230,197). Sum of RGB (Red+Green+Blue) = 221+230+197=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6C5 is #22193A. Grayscale: #DFDFDF. Windows color (decimal): -2234683 or 12969693. OLE color: 12969693.

HSL color Cylindrical-coordinate representation of color #DDE6C5: hue angle of 76.36º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDE6C5 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 197 -
CMYK 0.04 0 0.14 0.10
HSL 76.36º 0.4% 0.84% -
HSV(B) 76.36º 0.14% 0.9% -
XYZ 68.19 76 63.9 -
YUV 223.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 221 230 197 0.04 0 0.14 0.10 76.36 0.4 0.84
Hex DD E6 C5 4 0 E A 4C 28 54
Octal 335 346 305 4 0 16 12 114 50 124
Binary 11011101 11100110 11000101 100 0 1110 1010 1001100 101000 1010100

Color Harmonies of #DDE6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6C5

Black with #DDE6C5

Text Example


Text Example

White with #DDE6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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