#C2DCE9

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

Shades of Onahau #C2DCE9

Tints of Onahau #C2DCE9

Color information

#C2DCE9 (or 0xC2DCE9) is unknown color: approx Onahau. HEX triplet: C2, DC and E9. RGB value is (194,220,233). Sum of RGB (Red+Green+Blue) = 194+220+233=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCE9 is #3D2316. Grayscale: #D5D5D5. Windows color (decimal): -4006679 or 15326402. OLE color: 15326402.

HSL color Cylindrical-coordinate representation of color #C2DCE9: hue angle of 200º 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 #C2DCE9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194220233-
CMYK0.170.0600.09
HSL200º46.99%83.73%-
HSV(B)200º16.74%91.37%-
XYZ62.5568.5487.02-
YUV213.71138.89113.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=29.98%
G=34.00%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942202330.170.0600.0920046.9983.73
HexC2DCE911609c82f54
Octal30233435121601131057124
Binary1100001011011100111010011000111001001110010001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCE9; }

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

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

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

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

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

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

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

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