#C2DCDF

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

Shades of Onahau #C2DCDF

Tints of Onahau #C2DCDF

Color information

#C2DCDF (or 0xC2DCDF) is unknown color: approx Onahau. HEX triplet: C2, DC and DF. RGB value is (194,220,223). Sum of RGB (Red+Green+Blue) = 194+220+223=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDF is #3D2320. Grayscale: #D4D4D4. Windows color (decimal): -4006689 or 14671042. OLE color: 14671042.

HSL color Cylindrical-coordinate representation of color #C2DCDF: hue angle of 186.21º degrees, saturation: 0.31, 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 #C2DCDF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194220223-
CMYK0.130.0100.13
HSL186.21º31.18%81.76%-
HSV(B)186.21º13%87.45%-
XYZ61.1667.9879.71-
YUV212.57133.89114.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=30.46%
G=34.54%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942202230.130.0100.13186.2131.1881.76
HexC2DCDFD10Dba1f52
Octal30233433715101527237122
Binary110000101101110011011111110110110110111010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCDF; }

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

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

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

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

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

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

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

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