Html Css Color HEX #CCCECD Jet Stream

📋 copy color: '#CCCECD'

red 204 ◦ green 206 ◦ blue 205

#CCCECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #CCCECD

Tints of Jet Stream #CCCECD

RGB

 RED value IS 204 (80.08% from 255) = 33.17%

 GREEN value IS 206 (80.86% from 255) = 33.5%

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 33.17%
G = 33.5%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CCCECD (or 0xCCCECD) is known color: 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

RGB 204 206 205 -
CMYK 0.01 0 0.00 0.19
HSL 150º 0.02% 0.8% -
HSV(B) 150º 0.01% 0.81% -
XYZ 57.99 61.39 66.55 -
YUV 205.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 204 206 205 0.01 0 0.00 0.19 150 0.02 0.8
Hex CC CE CD 1 0 0 13 96 2 50
Octal 314 316 315 1 0 0 23 226 2 120
Binary 11001100 11001110 11001101 1 0 0 10011 10010110 10 1010000

Color Harmonies of #CCCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCECD

Black with #CCCECD

Text Example


Text Example

White with #CCCECD

Text Example


Text Example

HTML Codes & Css Web 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>