#C8D1CC

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

Shades of Jet Stream #C8D1CC

Tints of Jet Stream #C8D1CC

Color information

#C8D1CC (or 0xC8D1CC) is unknown color: approx Jet Stream. HEX triplet: C8, D1 and CC. RGB value is (200,209,204). Sum of RGB (Red+Green+Blue) = 200+209+204=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1CC is #372E33. Grayscale: #CDCDCD. Windows color (decimal): -3616308 or 13423048. OLE color: 13423048.

HSL color Cylindrical-coordinate representation of color #C8D1CC: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8D1CC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB200209204-
CMYK0.0400.020.18
HSL146.67º8.91%80.2%-
HSV(B)146.67º4.31%81.96%-
XYZ57.5262.2466.11-
YUV205.74127.02123.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=32.63%
G=34.09%
B=33.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002092040.0400.020.18146.678.9180.2
HexC8D1CC4021293950
Octal3103213144022222311120
Binary110010001101000111001100100010100101001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1CC; }

 p { color: rgb(200,209,204); }

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

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

 a { background-color: rgb(200,209,204); }

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

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

 span { border-color: rgb(200,209,204); }

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