#C9DDE4

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

Shades of Onahau #C9DDE4

Tints of Onahau #C9DDE4

Color information

#C9DDE4 (or 0xC9DDE4) is unknown color: approx Onahau. HEX triplet: C9, DD and E4. RGB value is (201,221,228). Sum of RGB (Red+Green+Blue) = 201+221+228=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9DDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDE4 is #36221B. Grayscale: #D7D7D7. Windows color (decimal): -3547676 or 14998985. OLE color: 14998985.

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

Color convert

RGB201221228-
CMYK0.120.0300.11
HSL195.56º33.33%84.12%-
HSV(B)195.56º11.84%89.41%-
XYZ63.9569.7383.49-
YUV215.82134.87117.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.92%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=30.92%
G=34%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2012212280.120.0300.11195.5633.3384.12
HexC9DDE4C30Bc42154
Octal31133534414301330441124
Binary11001001110111011110010011001101011110001001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDE4; }

 p { color: rgb(201,221,228); }

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

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

 a { background-color: rgb(201,221,228); }

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

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

 span { border-color: rgb(201,221,228); }

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