#C2D5CD

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

Shades of Jet Stream #C2D5CD

Tints of Jet Stream #C2D5CD

Color information

#C2D5CD (or 0xC2D5CD) is unknown color: approx Jet Stream. HEX triplet: C2, D5 and CD. RGB value is (194,213,205). Sum of RGB (Red+Green+Blue) = 194+213+205=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5CD is #3D2A32. Grayscale: #CECECE. Windows color (decimal): -4008499 or 13489602. OLE color: 13489602.

HSL color Cylindrical-coordinate representation of color #C2D5CD: hue angle of 154.74º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D5CD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB194213205-
CMYK0.0900.040.16
HSL154.74º18.45%79.8%-
HSV(B)154.74º8.92%83.53%-
XYZ57.0663.4767-
YUV206.41127.21119.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=31.70%
G=34.80%
B=33.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942132050.0900.040.16154.7418.4579.8
HexC2D5CD904109b1250
Octal30232531511042023322120
Binary110000101101010111001101100101001000010011011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5CD; }

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

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

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

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

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

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

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

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