#C5DDE3

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

Shades of Onahau #C5DDE3

Tints of Onahau #C5DDE3

Color information

#C5DDE3 (or 0xC5DDE3) is unknown color: approx Onahau. HEX triplet: C5, DD and E3. RGB value is (197,221,227). Sum of RGB (Red+Green+Blue) = 197+221+227=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDE3 is #3A221C. Grayscale: #D6D6D6. Windows color (decimal): -3809821 or 14933445. OLE color: 14933445.

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

Color convert

RGB197221227-
CMYK0.130.0300.11
HSL192º34.88%83.14%-
HSV(B)192º13.22%89.02%-
XYZ62.7569.1382.71-
YUV214.51135.05115.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.54%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=30.54%
G=34.26%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972212270.130.0300.1119234.8883.14
HexC5DDE3D30Bc02353
Octal30533534315301330043123
Binary11000101110111011110001111011101011110000001000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDE3; }

 p { color: rgb(197,221,227); }

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

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

 a { background-color: rgb(197,221,227); }

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

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

 span { border-color: rgb(197,221,227); }

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