#C4D7DD

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

Shades of Onahau #C4D7DD

Tints of Onahau #C4D7DD

Color information

#C4D7DD (or 0xC4D7DD) is unknown color: approx Onahau. HEX triplet: C4, D7 and DD. RGB value is (196,215,221). Sum of RGB (Red+Green+Blue) = 196+215+221=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DD is #3B2822. Grayscale: #D1D1D1. Windows color (decimal): -3876899 or 14538692. OLE color: 14538692.

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

Color convert

RGB196215221-
CMYK0.110.0300.13
HSL194.4º26.88%81.76%-
HSV(B)194.4º11.31%86.67%-
XYZ60.1265.5677.89-
YUV210134.21118.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.01%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=31.01%
G=34.02%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962152210.110.0300.13194.426.8881.76
HexC4D7DDB30Dc21b52
Octal30432733513301530233122
Binary1100010011010111110111011011110110111000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7DD; }

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

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

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

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

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

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

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

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