#C2DADE

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

Shades of Onahau #C2DADE

Tints of Onahau #C2DADE

Color information

#C2DADE (or 0xC2DADE) is unknown color: approx Onahau. HEX triplet: C2, DA and DE. RGB value is (194,218,222). Sum of RGB (Red+Green+Blue) = 194+218+222=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DADE is #3D2521. Grayscale: #D3D3D3. Windows color (decimal): -4007202 or 14604994. OLE color: 14604994.

HSL color Cylindrical-coordinate representation of color #C2DADE: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DADE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194218222-
CMYK0.130.0200.13
HSL188.57º29.79%81.57%-
HSV(B)188.57º12.61%87.06%-
XYZ60.566.8978.83-
YUV211.28134.05115.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.60%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=30.60%
G=34.38%
B=35.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942182220.130.0200.13188.5729.7981.57
HexC2DADED20Dbd1e52
Octal30233233615201527536122
Binary1100001011011010110111101101100110110111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DADE; }

 p { color: rgb(194,218,222); }

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

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

 a { background-color: rgb(194,218,222); }

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

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

 span { border-color: rgb(194,218,222); }

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