#C8D2CE

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

Shades of Jet Stream #C8D2CE

Tints of Jet Stream #C8D2CE

Color information

#C8D2CE (or 0xC8D2CE) is unknown color: approx Jet Stream. HEX triplet: C8, D2 and CE. RGB value is (200,210,206). Sum of RGB (Red+Green+Blue) = 200+210+206=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2CE is #372D31. Grayscale: #CECECE. Windows color (decimal): -3616050 or 13554376. OLE color: 13554376.

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

Color convert

RGB200210206-
CMYK0.0500.020.18
HSL156º10%80.39%-
HSV(B)156º4.76%82.35%-
XYZ58.0162.8367.46-
YUV206.55127.69123.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=32.47%
G=34.09%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002102060.0500.020.181561080.39
HexC8D2CE502129ca50
Octal3103223165022223412120
Binary110010001101001011001110101010100101001110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2CE; }

 p { color: rgb(200,210,206); }

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

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

 a { background-color: rgb(200,210,206); }

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

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

 span { border-color: rgb(200,210,206); }

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