#C2DDE9

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

Shades of Onahau #C2DDE9

Tints of Onahau #C2DDE9

Color information

#C2DDE9 (or 0xC2DDE9) is unknown color: approx Onahau. HEX triplet: C2, DD and E9. RGB value is (194,221,233). Sum of RGB (Red+Green+Blue) = 194+221+233=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDE9 is #3D2216. Grayscale: #D6D6D6. Windows color (decimal): -4006423 or 15326658. OLE color: 15326658.

HSL color Cylindrical-coordinate representation of color #C2DDE9: hue angle of 198.46º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DDE9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194221233-
CMYK0.170.0500.09
HSL198.46º46.99%83.73%-
HSV(B)198.46º16.74%91.37%-
XYZ62.8169.0787.11-
YUV214.3138.55113.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=29.94%
G=34.10%
B=35.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942212330.170.0500.09198.4646.9983.73
HexC2DDE911509c62f54
Octal30233535121501130657124
Binary1100001011011101111010011000110101001110001101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDE9; }

 p { color: rgb(194,221,233); }

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

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

 a { background-color: rgb(194,221,233); }

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

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

 span { border-color: rgb(194,221,233); }

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