#DDEEC1

Color #DDEEC1 Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DDEEC1

Tints of Willow Brook #DDEEC1

Color information

#DDEEC1 (or 0xDDEEC1) is unknown color: approx Willow Brook. HEX triplet: DD, EE and C1. RGB value is (221,238,193). Sum of RGB (Red+Green+Blue) = 221+238+193=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC1 is #22113E. Grayscale: #E3E3E3. Windows color (decimal): -2232639 or 12709597. OLE color: 12709597.

HSL color Cylindrical-coordinate representation of color #DDEEC1: hue angle of 82.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDEEC1 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB221238193-
CMYK0.0700.190.07
HSL82.67º56.96%84.51%-
HSV(B)82.67º18.91%93.33%-
XYZ70.0280.3762.27-
YUV227.79108.37123.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=33.90%
G=36.50%
B=29.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381930.0700.190.0782.6756.9684.51
HexDDEEC170137533955
Octal3353563017023712371125
Binary11011101111011101100000111101001111110100111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEC1; }

 p { color: rgb(221,238,193); }

 H1.HeaderClassName
 {
   color: #DDEEC1;
 }
 .AnyTagClassName
 {
   color: #DDEEC1;
 }
</style>
background-color css

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

 a { background-color: rgb(221,238,193); }

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

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

 span { border-color: rgb(221,238,193); }

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