#C9DCE0

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

Shades of Onahau #C9DCE0

Tints of Onahau #C9DCE0

Color information

#C9DCE0 (or 0xC9DCE0) is unknown color: approx Onahau. HEX triplet: C9, DC and E0. RGB value is (201,220,224). Sum of RGB (Red+Green+Blue) = 201+220+224=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCE0 is #36231F. Grayscale: #D6D6D6. Windows color (decimal): -3547936 or 14736585. OLE color: 14736585.

HSL color Cylindrical-coordinate representation of color #C9DCE0: hue angle of 190.43º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DCE0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201220224-
CMYK0.100.0200.12
HSL190.43º27.06%83.33%-
HSV(B)190.43º10.27%87.84%-
XYZ63.1468.9980.51-
YUV214.77133.21118.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=31.16%
G=34.11%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012202240.100.0200.12190.4327.0683.33
HexC9DCE0A20Cbe1b53
Octal31133434012201427633123
Binary1100100111011100111000001010100110010111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCE0; }

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

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

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

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

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

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

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

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