#C2D7DD

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

Shades of Onahau #C2D7DD

Tints of Onahau #C2D7DD

Color information

#C2D7DD (or 0xC2D7DD) is unknown color: approx Onahau. HEX triplet: C2, D7 and DD. RGB value is (194,215,221). Sum of RGB (Red+Green+Blue) = 194+215+221=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7DD is #3D2822. Grayscale: #D1D1D1. Windows color (decimal): -4007971 or 14538690. OLE color: 14538690.

HSL color Cylindrical-coordinate representation of color #C2D7DD: hue angle of 193.33º 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 #C2D7DD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194215221-
CMYK0.120.0300.13
HSL193.33º28.42%81.37%-
HSV(B)193.33º12.22%86.67%-
XYZ59.665.2977.87-
YUV209.41134.54117.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.79%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=30.79%
G=34.13%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942152210.120.0300.13193.3328.4281.37
HexC2D7DDC30Dc11c51
Octal30232733514301530134121
Binary1100001011010111110111011100110110111000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D7DD; }

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

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

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

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

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

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

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

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