#DEEAC0

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

Shades of Willow Brook #DEEAC0

Tints of Willow Brook #DEEAC0

Color information

#DEEAC0 (or 0xDEEAC0) is unknown color: approx Willow Brook. HEX triplet: DE, EA and C0. RGB value is (222,234,192). Sum of RGB (Red+Green+Blue) = 222+234+192=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAC0 is #21153F. Grayscale: #E1E1E1. Windows color (decimal): -2168128 or 12643038. OLE color: 12643038.

HSL color Cylindrical-coordinate representation of color #DEEAC0: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEEAC0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB222234192-
CMYK0.0500.180.08
HSL77.14º50%83.53%-
HSV(B)77.14º17.95%91.76%-
XYZ69.0678.1861.32-
YUV225.62109.02125.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=34.26%
G=36.11%
B=29.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341920.0500.180.0877.145083.53
HexDEEAC0501284d3254
Octal33635230050221011562124
Binary110111101110101011000000101010010100010011011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAC0; }

 p { color: rgb(222,234,192); }

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

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

 a { background-color: rgb(222,234,192); }

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

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

 span { border-color: rgb(222,234,192); }

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