#C2CEC8

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

Shades of Jet Stream #C2CEC8

Tints of Jet Stream #C2CEC8

Color information

#C2CEC8 (or 0xC2CEC8) is unknown color: approx Jet Stream. HEX triplet: C2, CE and C8. RGB value is (194,206,200). Sum of RGB (Red+Green+Blue) = 194+206+200=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC8 is #3D3137. Grayscale: #C9C9C9. Windows color (decimal): -4010296 or 13160130. OLE color: 13160130.

HSL color Cylindrical-coordinate representation of color #C2CEC8: hue angle of 150º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CEC8 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB194206200-
CMYK0.0600.030.19
HSL150º10.91%78.43%-
HSV(B)150º5.83%80.78%-
XYZ54.7459.7863.3-
YUV201.73127.02122.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.33%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 200 (78.52% from 255) = 33.33%
R=32.33%
G=34.33%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942062000.0600.030.1915010.9178.43
HexC2CEC86031396b4e
Octal3023163106032322613116
Binary110000101100111011001000110011100111001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEC8; }

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

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

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

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

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

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

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

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