#C5DADF

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

Shades of Onahau #C5DADF

Tints of Onahau #C5DADF

Color information

#C5DADF (or 0xC5DADF) is unknown color: approx Onahau. HEX triplet: C5, DA and DF. RGB value is (197,218,223). Sum of RGB (Red+Green+Blue) = 197+218+223=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 218 (85.55% from 255 or 34.17% 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 #C5DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADF is #3A2520. Grayscale: #D4D4D4. Windows color (decimal): -3810593 or 14670533. OLE color: 14670533.

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

Color convert

RGB197218223-
CMYK0.120.0200.13
HSL191.54º28.89%82.35%-
HSV(B)191.54º11.66%87.45%-
XYZ61.4267.3479.57-
YUV212.29134.04117.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=30.88%
G=34.17%
B=34.95%

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
Decimal1972182230.120.0200.13191.5428.8982.35
HexC5DADFC20Dc01d52
Octal30533233714201530035122
Binary1100010111011010110111111100100110111000000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DADF; }

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

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

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

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

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

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

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

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