#C4D4CF

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

Shades of Jet Stream #C4D4CF

Tints of Jet Stream #C4D4CF

Color information

#C4D4CF (or 0xC4D4CF) is unknown color: approx Jet Stream. HEX triplet: C4, D4 and CF. RGB value is (196,212,207). Sum of RGB (Red+Green+Blue) = 196+212+207=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4CF is #3B2B30. Grayscale: #CECECE. Windows color (decimal): -3877681 or 13620420. OLE color: 13620420.

HSL color Cylindrical-coordinate representation of color #C4D4CF: hue angle of 161.25º 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 #C4D4CF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB196212207-
CMYK0.0800.020.17
HSL161.25º15.69%80%-
HSV(B)161.25º7.55%83.14%-
XYZ57.5763.3368.22-
YUV206.65128.2120.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=31.87%
G=34.47%
B=33.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962122070.0800.020.17161.2515.6980
HexC4D4CF80211a11050
Octal30432431710022124120120
Binary11000100110101001100111110000101000110100001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D4CF; }

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

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

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

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

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

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

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

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