#C8DDE0

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

Shades of Onahau #C8DDE0

Tints of Onahau #C8DDE0

Color information

#C8DDE0 (or 0xC8DDE0) is unknown color: approx Onahau. HEX triplet: C8, DD and E0. RGB value is (200,221,224). Sum of RGB (Red+Green+Blue) = 200+221+224=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDE0 is #37221F. Grayscale: #D7D7D7. Windows color (decimal): -3613216 or 14736840. OLE color: 14736840.

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

Color convert

RGB200221224-
CMYK0.110.0100.12
HSL187.5º27.91%83.14%-
HSV(B)187.5º10.71%87.84%-
XYZ63.1369.3780.58-
YUV215.06133.04117.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.01%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=31.01%
G=34.26%
B=34.73%

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
Decimal2002212240.110.0100.12187.527.9183.14
HexC8DDE0B10Cbc1c53
Octal31033534013101427434123
Binary110010001101110111100000101110110010111100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDE0; }

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

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

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

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

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

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

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

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