#C3DDEA

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

Shades of Onahau #C3DDEA

Tints of Onahau #C3DDEA

Color information

#C3DDEA (or 0xC3DDEA) is unknown color: approx Onahau. HEX triplet: C3, DD and EA. RGB value is (195,221,234). Sum of RGB (Red+Green+Blue) = 195+221+234=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDEA is #3C2215. Grayscale: #D6D6D6. Windows color (decimal): -3940886 or 15392195. OLE color: 15392195.

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

Color convert

RGB195221234-
CMYK0.170.0600.08
HSL200º48.15%84.12%-
HSV(B)200º16.67%91.76%-
XYZ63.2169.2687.88-
YUV214.71138.89113.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 234 (91.80% from 255) = 36%
R=30%
G=34%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952212340.170.0600.0820048.1584.12
HexC3DDEA11608c83054
Octal30333535221601031060124
Binary1100001111011101111010101000111001000110010001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDEA; }

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

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

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

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

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

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

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

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