#C3DCDF

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

Shades of Onahau #C3DCDF

Tints of Onahau #C3DCDF

Color information

#C3DCDF (or 0xC3DCDF) is unknown color: approx Onahau. HEX triplet: C3, DC and DF. RGB value is (195,220,223). Sum of RGB (Red+Green+Blue) = 195+220+223=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCDF is #3C2320. Grayscale: #D4D4D4. Windows color (decimal): -3941153 or 14671043. OLE color: 14671043.

HSL color Cylindrical-coordinate representation of color #C3DCDF: hue angle of 186.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DCDF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195220223-
CMYK0.130.0100.13
HSL186.43º30.43%81.96%-
HSV(B)186.43º12.56%87.45%-
XYZ61.4268.1279.72-
YUV212.87133.72115.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.56%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=30.56%
G=34.48%
B=34.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952202230.130.0100.13186.4330.4381.96
HexC3DCDFD10Dba1e52
Octal30333433715101527236122
Binary110000111101110011011111110110110110111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCDF; }

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

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

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

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

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

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

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

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