#CEDDE0

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

Shades of Onahau #CEDDE0

Tints of Onahau #CEDDE0

Color information

#CEDDE0 (or 0xCEDDE0) is unknown color: approx Onahau. HEX triplet: CE, DD and E0. RGB value is (206,221,224). Sum of RGB (Red+Green+Blue) = 206+221+224=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDE0 is #31221F. Grayscale: #D8D8D8. Windows color (decimal): -3220000 or 14736846. OLE color: 14736846.

HSL color Cylindrical-coordinate representation of color #CEDDE0: hue angle of 190º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDDE0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206221224-
CMYK0.080.0100.12
HSL190º22.5%84.31%-
HSV(B)190º8.04%87.84%-
XYZ64.7670.2280.66-
YUV216.86132.03120.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=31.64%
G=33.95%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062212240.080.0100.1219022.584.31
HexCEDDE0810Cbe1654
Octal31633534010101427626124
Binary110011101101110111100000100010110010111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDE0; }

 p { color: rgb(206,221,224); }

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

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

 a { background-color: rgb(206,221,224); }

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

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

 span { border-color: rgb(206,221,224); }

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