#C2D8DD

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

Shades of Onahau #C2D8DD

Tints of Onahau #C2D8DD

Color information

#C2D8DD (or 0xC2D8DD) is unknown color: approx Onahau. HEX triplet: C2, D8 and DD. RGB value is (194,216,221). Sum of RGB (Red+Green+Blue) = 194+216+221=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8DD is #3D2722. Grayscale: #D1D1D1. Windows color (decimal): -4007715 or 14538946. OLE color: 14538946.

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

Color convert

RGB194216221-
CMYK0.120.0200.13
HSL191.11º28.42%81.37%-
HSV(B)191.11º12.22%86.67%-
XYZ59.8665.877.95-
YUV209.99134.21116.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=30.74%
G=34.23%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942162210.120.0200.13191.1128.4281.37
HexC2D8DDC20Dbf1c51
Octal30233033514201527734121
Binary1100001011011000110111011100100110110111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D8DD; }

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

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

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

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

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

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

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

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