#C3D3CA

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

Shades of Nebula #C3D3CA

Tints of Nebula #C3D3CA

Color information

#C3D3CA (or 0xC3D3CA) is unknown color: approx Nebula. HEX triplet: C3, D3 and CA. RGB value is (195,211,202). Sum of RGB (Red+Green+Blue) = 195+211+202=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3CA is #3C2C35. Grayscale: #CDCDCD. Windows color (decimal): -3943478 or 13292483. OLE color: 13292483.

HSL color Cylindrical-coordinate representation of color #C3D3CA: hue angle of 146.25º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3D3CA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB195211202-
CMYK0.0800.040.17
HSL146.25º15.38%79.61%-
HSV(B)146.25º7.58%82.75%-
XYZ56.4662.4564.96-
YUV205.19126.2120.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=32.07%
G=34.70%
B=33.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952112020.0800.040.17146.2515.3879.61
HexC3D3CA8041192f50
Octal30332331210042122217120
Binary11000011110100111100101010000100100011001001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3CA; }

 p { color: rgb(195,211,202); }

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

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

 a { background-color: rgb(195,211,202); }

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

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

 span { border-color: rgb(195,211,202); }

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