#C8DFE8

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

Shades of Onahau #C8DFE8

Tints of Onahau #C8DFE8

Color information

#C8DFE8 (or 0xC8DFE8) is unknown color: approx Onahau. HEX triplet: C8, DF and E8. RGB value is (200,223,232). Sum of RGB (Red+Green+Blue) = 200+223+232=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFE8 is #372017. Grayscale: #D9D9D9. Windows color (decimal): -3612696 or 15261640. OLE color: 15261640.

HSL color Cylindrical-coordinate representation of color #C8DFE8: hue angle of 196.88º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DFE8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200223232-
CMYK0.140.0400.09
HSL196.88º41.03%84.71%-
HSV(B)196.88º13.79%90.98%-
XYZ64.7770.8886.61-
YUV217.15136.38115.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=30.53%
G=34.05%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2002232320.140.0400.09196.8841.0384.71
HexC8DFE8E409c52955
Octal31033735016401130551125
Binary110010001101111111101000111010001001110001011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFE8; }

 p { color: rgb(200,223,232); }

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

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

 a { background-color: rgb(200,223,232); }

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

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

 span { border-color: rgb(200,223,232); }

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