#C4D5CD

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

Shades of Jet Stream #C4D5CD

Tints of Jet Stream #C4D5CD

Color information

#C4D5CD (or 0xC4D5CD) is unknown color: approx Jet Stream. HEX triplet: C4, D5 and CD. RGB value is (196,213,205). Sum of RGB (Red+Green+Blue) = 196+213+205=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5CD is #3B2A32. Grayscale: #CFCFCF. Windows color (decimal): -3877427 or 13489604. OLE color: 13489604.

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

Color convert

RGB196213205-
CMYK0.0800.040.16
HSL151.76º16.83%80.2%-
HSV(B)151.76º7.98%83.53%-
XYZ57.5863.7367.02-
YUV207126.87120.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=31.92%
G=34.69%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962132050.0800.040.16151.7616.8380.2
HexC4D5CD80410981150
Octal30432531510042023021120
Binary110001001101010111001101100001001000010011000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D5CD; }

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

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

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

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

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

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

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

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