#C7DAE1

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

Shades of Onahau #C7DAE1

Tints of Onahau #C7DAE1

Color information

#C7DAE1 (or 0xC7DAE1) is unknown color: approx Onahau. HEX triplet: C7, DA and E1. RGB value is (199,218,225). Sum of RGB (Red+Green+Blue) = 199+218+225=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAE1 is #38251E. Grayscale: #D5D5D5. Windows color (decimal): -3679519 or 14801607. OLE color: 14801607.

HSL color Cylindrical-coordinate representation of color #C7DAE1: hue angle of 196.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DAE1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199218225-
CMYK0.120.0300.12
HSL196.15º30.23%83.14%-
HSV(B)196.15º11.56%88.24%-
XYZ62.2267.7281.03-
YUV213.12134.71117.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=31.00%
G=33.96%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992182250.120.0300.12196.1530.2383.14
HexC7DAE1C30Cc41e53
Octal30733234114301430436123
Binary1100011111011010111000011100110110011000100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DAE1; }

 p { color: rgb(199,218,225); }

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

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

 a { background-color: rgb(199,218,225); }

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

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

 span { border-color: rgb(199,218,225); }

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