#C3DFEA

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

Shades of Onahau #C3DFEA

Tints of Onahau #C3DFEA

Color information

#C3DFEA (or 0xC3DFEA) is unknown color: approx Onahau. HEX triplet: C3, DF and EA. RGB value is (195,223,234). Sum of RGB (Red+Green+Blue) = 195+223+234=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFEA is #3C2015. Grayscale: #D7D7D7. Windows color (decimal): -3940374 or 15392707. OLE color: 15392707.

HSL color Cylindrical-coordinate representation of color #C3DFEA: hue angle of 196.92º degrees, saturation: 0.48, 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 #C3DFEA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195223234-
CMYK0.170.0500.08
HSL196.92º48.15%84.12%-
HSV(B)196.92º16.67%91.76%-
XYZ63.7470.3288.05-
YUV215.88138.22113.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=29.91%
G=34.20%
B=35.89%

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
Decimal1952232340.170.0500.08196.9248.1584.12
HexC3DFEA11508c53054
Octal30333735221501030560124
Binary1100001111011111111010101000110101000110001011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFEA; }

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

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

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

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

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

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

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

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