#C4D3CB

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

Shades of Jet Stream #C4D3CB

Tints of Jet Stream #C4D3CB

Color information

#C4D3CB (or 0xC4D3CB) is unknown color: approx Jet Stream. HEX triplet: C4, D3 and CB. RGB value is (196,211,203). Sum of RGB (Red+Green+Blue) = 196+211+203=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3CB is #3B2C34. Grayscale: #CDCDCD. Windows color (decimal): -3877941 or 13358020. OLE color: 13358020.

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

Color convert

RGB196211203-
CMYK0.0700.040.17
HSL148º14.56%79.8%-
HSV(B)148º7.11%82.75%-
XYZ56.8462.6465.59-
YUV205.6126.53121.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=32.13%
G=34.59%
B=33.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962112030.0700.040.1714814.5679.8
HexC4D3CB7041194f50
Octal3043233137042122417120
Binary1100010011010011110010111110100100011001010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3CB; }

 p { color: rgb(196,211,203); }

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

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

 a { background-color: rgb(196,211,203); }

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

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

 span { border-color: rgb(196,211,203); }

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