#C8DEE1

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

Shades of Onahau #C8DEE1

Tints of Onahau #C8DEE1

Color information

#C8DEE1 (or 0xC8DEE1) is unknown color: approx Onahau. HEX triplet: C8, DE and E1. RGB value is (200,222,225). Sum of RGB (Red+Green+Blue) = 200+222+225=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEE1 is #37211E. Grayscale: #D7D7D7. Windows color (decimal): -3612959 or 14802632. OLE color: 14802632.

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

Color convert

RGB200222225-
CMYK0.110.0100.12
HSL187.2º29.41%83.33%-
HSV(B)187.2º11.11%88.24%-
XYZ63.5369.9681.39-
YUV215.76133.21116.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.91%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=30.91%
G=34.31%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002222250.110.0100.12187.229.4183.33
HexC8DEE1B10Cbb1d53
Octal31033634113101427335123
Binary110010001101111011100001101110110010111011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEE1; }

 p { color: rgb(200,222,225); }

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

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

 a { background-color: rgb(200,222,225); }

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

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

 span { border-color: rgb(200,222,225); }

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