#C7D8DF

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

Shades of Onahau #C7D8DF

Tints of Onahau #C7D8DF

Color information

#C7D8DF (or 0xC7D8DF) is unknown color: approx Onahau. HEX triplet: C7, D8 and DF. RGB value is (199,216,223). Sum of RGB (Red+Green+Blue) = 199+216+223=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8DF is #382720. Grayscale: #D3D3D3. Windows color (decimal): -3680033 or 14670023. OLE color: 14670023.

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

Color convert

RGB199216223-
CMYK0.110.0300.13
HSL197.5º27.27%82.75%-
HSV(B)197.5º10.76%87.45%-
XYZ61.4366.5879.43-
YUV211.71134.37118.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.19%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=31.19%
G=33.86%
B=34.95%

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
Decimal1992162230.110.0300.13197.527.2782.75
HexC7D8DFB30Dc61b53
Octal30733033713301530633123
Binary1100011111011000110111111011110110111000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8DF; }

 p { color: rgb(199,216,223); }

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

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

 a { background-color: rgb(199,216,223); }

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

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

 span { border-color: rgb(199,216,223); }

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