#C2D3CD

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

Shades of Jet Stream #C2D3CD

Tints of Jet Stream #C2D3CD

Color information

#C2D3CD (or 0xC2D3CD) is unknown color: approx Jet Stream. HEX triplet: C2, D3 and CD. RGB value is (194,211,205). Sum of RGB (Red+Green+Blue) = 194+211+205=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CD is #3D2C32. Grayscale: #CDCDCD. Windows color (decimal): -4009011 or 13489090. OLE color: 13489090.

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

Color convert

RGB194211205-
CMYK0.0800.030.17
HSL158.82º16.19%79.41%-
HSV(B)158.82º8.06%82.75%-
XYZ56.5662.4766.83-
YUV205.23127.87119.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=31.80%
G=34.59%
B=33.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942112050.0800.030.17158.8216.1979.41
HexC2D3CD803119f104f
Octal30232331510032123720117
Binary11000010110100111100110110000111000110011111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D3CD; }

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

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

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

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

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

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

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

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