#C4D4CC

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

Shades of Jet Stream #C4D4CC

Tints of Jet Stream #C4D4CC

Color information

#C4D4CC (or 0xC4D4CC) is unknown color: approx Jet Stream. HEX triplet: C4, D4 and CC. RGB value is (196,212,204). Sum of RGB (Red+Green+Blue) = 196+212+204=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4CC is #3B2B33. Grayscale: #CECECE. Windows color (decimal): -3877684 or 13423812. OLE color: 13423812.

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

Color convert

RGB196212204-
CMYK0.0800.040.17
HSL150º15.69%80%-
HSV(B)150º7.55%83.14%-
XYZ57.2163.1866.31-
YUV206.3126.7120.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=32.03%
G=34.64%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962122040.0800.040.1715015.6980
HexC4D4CC80411961050
Octal30432431410042122620120
Binary110001001101010011001100100001001000110010110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D4CC; }

 p { color: rgb(196,212,204); }

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

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

 a { background-color: rgb(196,212,204); }

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

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

 span { border-color: rgb(196,212,204); }

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