#C2D3C9

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

Shades of Nebula #C2D3C9

Tints of Nebula #C2D3C9

Color information

#C2D3C9 (or 0xC2D3C9) is unknown color: approx Nebula. HEX triplet: C2, D3 and C9. RGB value is (194,211,201). Sum of RGB (Red+Green+Blue) = 194+211+201=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3C9 is #3D2C36. Grayscale: #CCCCCC. Windows color (decimal): -4009015 or 13226946. OLE color: 13226946.

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

Color convert

RGB194211201-
CMYK0.0800.050.17
HSL144.71º16.19%79.41%-
HSV(B)144.71º8.06%82.75%-
XYZ56.0962.2764.32-
YUV204.78125.87120.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=32.01%
G=34.82%
B=33.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942112010.0800.050.17144.7116.1979.41
HexC2D3C98051191104f
Octal30232331110052122120117
Binary110000101101001111001001100001011000110010001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D3C9; }

 p { color: rgb(194,211,201); }

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

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

 a { background-color: rgb(194,211,201); }

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

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

 span { border-color: rgb(194,211,201); }

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