#C0D5CD

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

Shades of Jet Stream #C0D5CD

Tints of Jet Stream #C0D5CD

Color information

#C0D5CD (or 0xC0D5CD) is unknown color: approx Jet Stream. HEX triplet: C0, D5 and CD. RGB value is (192,213,205). Sum of RGB (Red+Green+Blue) = 192+213+205=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5CD is #3F2A32. Grayscale: #CDCDCD. Windows color (decimal): -4139571 or 13489600. OLE color: 13489600.

HSL color Cylindrical-coordinate representation of color #C0D5CD: hue angle of 157.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D5CD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB192213205-
CMYK0.1000.040.16
HSL157.14º20%79.41%-
HSV(B)157.14º9.86%83.53%-
XYZ56.5563.266.98-
YUV205.81127.54118.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=31.48%
G=34.92%
B=33.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922132050.1000.040.16157.142079.41
HexC0D5CDA04109d144f
Octal30032531512042023524117
Binary110000001101010111001101101001001000010011101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D5CD; }

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

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

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

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

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

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

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

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