#CCCECD

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

Shades of Jet Stream #CCCECD

Tints of Jet Stream #CCCECD

Color information

#CCCECD (or 0xCCCECD) is unknown color: approx Jet Stream. HEX triplet: CC, CE and CD. RGB value is (204,206,205). Sum of RGB (Red+Green+Blue) = 204+206+205=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECD is #333132. Grayscale: #CDCDCD. Windows color (decimal): -3354931 or 13487820. OLE color: 13487820.

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

Color convert

RGB204206205-
CMYK0.0100.000.19
HSL150º2%80.39%-
HSV(B)150º0.97%80.78%-
XYZ57.9961.3966.55-
YUV205.29127.84127.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=33.17%
G=33.50%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042062050.0100.000.19150280.39
HexCCCECD1001396250
Octal314316315100232262120
Binary1100110011001110110011011001001110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCECD; }

 p { color: rgb(204,206,205); }

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

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

 a { background-color: rgb(204,206,205); }

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

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

 span { border-color: rgb(204,206,205); }

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