#C8DADF

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

Shades of Onahau #C8DADF

Tints of Onahau #C8DADF

Color information

#C8DADF (or 0xC8DADF) is unknown color: approx Onahau. HEX triplet: C8, DA and DF. RGB value is (200,218,223). Sum of RGB (Red+Green+Blue) = 200+218+223=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADF is #372520. Grayscale: #D5D5D5. Windows color (decimal): -3613985 or 14670536. OLE color: 14670536.

HSL color Cylindrical-coordinate representation of color #C8DADF: hue angle of 193.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DADF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200218223-
CMYK0.100.0200.13
HSL193.04º26.44%82.94%-
HSV(B)193.04º10.31%87.45%-
XYZ62.2167.7579.61-
YUV213.19133.54118.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=31.20%
G=34.01%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002182230.100.0200.13193.0426.4482.94
HexC8DADFA20Dc11a53
Octal31033233712201530132123
Binary1100100011011010110111111010100110111000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DADF; }

 p { color: rgb(200,218,223); }

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

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

 a { background-color: rgb(200,218,223); }

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

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

 span { border-color: rgb(200,218,223); }

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