#C2DFEA

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

Shades of Onahau #C2DFEA

Tints of Onahau #C2DFEA

Color information

#C2DFEA (or 0xC2DFEA) is unknown color: approx Onahau. HEX triplet: C2, DF and EA. RGB value is (194,223,234). Sum of RGB (Red+Green+Blue) = 194+223+234=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFEA is #3D2015. Grayscale: #D7D7D7. Windows color (decimal): -4005910 or 15392706. OLE color: 15392706.

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

Color convert

RGB194223234-
CMYK0.170.0500.08
HSL196.5º48.78%83.92%-
HSV(B)196.5º17.09%91.76%-
XYZ63.4970.1988.04-
YUV215.58138.39112.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=29.80%
G=34.25%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942232340.170.0500.08196.548.7883.92
HexC2DFEA11508c43154
Octal30233735221501030461124
Binary1100001011011111111010101000110101000110001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFEA; }

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

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

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

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

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

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

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

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