#C9DCE1

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

Shades of Onahau #C9DCE1

Tints of Onahau #C9DCE1

Color information

#C9DCE1 (or 0xC9DCE1) is unknown color: approx Onahau. HEX triplet: C9, DC and E1. RGB value is (201,220,225). Sum of RGB (Red+Green+Blue) = 201+220+225=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCE1 is #36231E. Grayscale: #D6D6D6. Windows color (decimal): -3547935 or 14802121. OLE color: 14802121.

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

Color convert

RGB201220225-
CMYK0.110.0200.12
HSL192.5º28.57%83.53%-
HSV(B)192.5º10.67%88.24%-
XYZ63.2769.0481.23-
YUV214.89133.71118.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.11%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=31.11%
G=34.06%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012202250.110.0200.12192.528.5783.53
HexC9DCE1B20Cc01d54
Octal31133434113201430035124
Binary1100100111011100111000011011100110011000000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCE1; }

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

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

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

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

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

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

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

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