#C7DADF

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

Shades of Onahau #C7DADF

Tints of Onahau #C7DADF

Color information

#C7DADF (or 0xC7DADF) is unknown color: approx Onahau. HEX triplet: C7, DA and DF. RGB value is (199,218,223). Sum of RGB (Red+Green+Blue) = 199+218+223=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DADF is #382520. Grayscale: #D4D4D4. Windows color (decimal): -3679521 or 14670535. OLE color: 14670535.

HSL color Cylindrical-coordinate representation of color #C7DADF: hue angle of 192.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 #C7DADF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199218223-
CMYK0.110.0200.13
HSL192.5º27.27%82.75%-
HSV(B)192.5º10.76%87.45%-
XYZ61.9467.6179.6-
YUV212.89133.71118.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.09%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=31.09%
G=34.06%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992182230.110.0200.13192.527.2782.75
HexC7DADFB20Dc01b53
Octal30733233713201530033123
Binary1100011111011010110111111011100110111000000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DADF; }

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

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

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

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

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

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

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

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