#C2DDE8

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

Shades of Onahau #C2DDE8

Tints of Onahau #C2DDE8

Color information

#C2DDE8 (or 0xC2DDE8) is unknown color: approx Onahau. HEX triplet: C2, DD and E8. RGB value is (194,221,232). Sum of RGB (Red+Green+Blue) = 194+221+232=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDE8 is #3D2217. Grayscale: #D6D6D6. Windows color (decimal): -4006424 or 15261122. OLE color: 15261122.

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

Color convert

RGB194221232-
CMYK0.160.0500.09
HSL197.37º45.24%83.53%-
HSV(B)197.37º16.38%90.98%-
XYZ62.6769.0186.36-
YUV214.18138.05113.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=29.98%
G=34.16%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942212320.160.0500.09197.3745.2483.53
HexC2DDE810509c52d54
Octal30233535020501130555124
Binary1100001011011101111010001000010101001110001011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDE8; }

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

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

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

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

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

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

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

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