#C4DDE8

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

Shades of Onahau #C4DDE8

Tints of Onahau #C4DDE8

Color information

#C4DDE8 (or 0xC4DDE8) is unknown color: approx Onahau. HEX triplet: C4, DD and E8. RGB value is (196,221,232). Sum of RGB (Red+Green+Blue) = 196+221+232=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDE8 is #3B2217. Grayscale: #D6D6D6. Windows color (decimal): -3875352 or 15261124. OLE color: 15261124.

HSL color Cylindrical-coordinate representation of color #C4DDE8: hue angle of 198.33º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DDE8 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196221232-
CMYK0.160.0500.09
HSL198.33º43.9%83.92%-
HSV(B)198.33º15.52%90.98%-
XYZ63.1969.2786.39-
YUV214.78137.72114.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.20%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=30.20%
G=34.05%
B=35.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1962212320.160.0500.09198.3343.983.92
HexC4DDE810509c62c54
Octal30433535020501130654124
Binary1100010011011101111010001000010101001110001101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDE8; }

 p { color: rgb(196,221,232); }

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

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

 a { background-color: rgb(196,221,232); }

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

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

 span { border-color: rgb(196,221,232); }

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