#CEDCE0

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

Shades of Onahau #CEDCE0

Tints of Onahau #CEDCE0

Color information

#CEDCE0 (or 0xCEDCE0) is unknown color: approx Onahau. HEX triplet: CE, DC and E0. RGB value is (206,220,224). Sum of RGB (Red+Green+Blue) = 206+220+224=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE0 is #31231F. Grayscale: #D8D8D8. Windows color (decimal): -3220256 or 14736590. OLE color: 14736590.

HSL color Cylindrical-coordinate representation of color #CEDCE0: hue angle of 193.33º 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 #CEDCE0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206220224-
CMYK0.080.0200.12
HSL193.33º22.5%84.31%-
HSV(B)193.33º8.04%87.84%-
XYZ64.569.6980.57-
YUV216.27132.36120.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=31.69%
G=33.85%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062202240.080.0200.12193.3322.584.31
HexCEDCE0820Cc11654
Octal31633434010201430126124
Binary1100111011011100111000001000100110011000001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE0; }

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

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

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

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

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

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

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

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