#C8DCE0

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

Shades of Onahau #C8DCE0

Tints of Onahau #C8DCE0

Color information

#C8DCE0 (or 0xC8DCE0) is unknown color: approx Onahau. HEX triplet: C8, DC and E0. RGB value is (200,220,224). Sum of RGB (Red+Green+Blue) = 200+220+224=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCE0 is #37231F. Grayscale: #D6D6D6. Windows color (decimal): -3613472 or 14736584. OLE color: 14736584.

HSL color Cylindrical-coordinate representation of color #C8DCE0: hue angle of 190º degrees, saturation: 0.28, 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 #C8DCE0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200220224-
CMYK0.110.0200.12
HSL190º27.91%83.14%-
HSV(B)190º10.71%87.84%-
XYZ62.8768.8580.5-
YUV214.48133.37117.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=31.06%
G=34.16%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002202240.110.0200.1219027.9183.14
HexC8DCE0B20Cbe1c53
Octal31033434013201427634123
Binary1100100011011100111000001011100110010111110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCE0; }

 p { color: rgb(200,220,224); }

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

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

 a { background-color: rgb(200,220,224); }

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

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

 span { border-color: rgb(200,220,224); }

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