#C4DFEA

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

Shades of Onahau #C4DFEA

Tints of Onahau #C4DFEA

Color information

#C4DFEA (or 0xC4DFEA) is unknown color: approx Onahau. HEX triplet: C4, DF and EA. RGB value is (196,223,234). Sum of RGB (Red+Green+Blue) = 196+223+234=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFEA is #3B2015. Grayscale: #D8D8D8. Windows color (decimal): -3874838 or 15392708. OLE color: 15392708.

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

Color convert

RGB196223234-
CMYK0.160.0500.08
HSL197.37º47.5%84.31%-
HSV(B)197.37º16.24%91.76%-
XYZ6470.4588.07-
YUV216.18138.05113.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=30.02%
G=34.15%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962232340.160.0500.08197.3747.584.31
HexC4DFEA10508c52f54
Octal30433735220501030557124
Binary1100010011011111111010101000010101000110001011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFEA; }

 p { color: rgb(196,223,234); }

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

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

 a { background-color: rgb(196,223,234); }

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

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

 span { border-color: rgb(196,223,234); }

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