Html Css Color HEX #CACECC Jet Stream

📋 copy color: '#CACECC'

red 202 ◦ green 206 ◦ blue 204

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

Shades of Jet Stream #CACECC

Tints of Jet Stream #CACECC

RGB

 RED value IS 202 (79.3% from 255) = 33.01%

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

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 33.01%
G = 33.66%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CACECC (or 0xCACECC) is known color: Jet Stream. HEX triplet: CA, CE and CC. RGB value is (202,206,204). Sum of RGB (Red+Green+Blue) = 202+206+204=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #CACECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECC is #353133. Grayscale: #CCCCCC. Windows color (decimal): -3486004 or 13422282. OLE color: 13422282.

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

Color convert

RGB 202 206 204 -
CMYK 0.02 0 0.01 0.19
HSL 150º 0.04% 0.8% -
HSV(B) 150º 0.02% 0.81% -
XYZ 57.33 61.06 65.89 -
YUV 204.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 202 206 204 0.02 0 0.01 0.19 150 0.04 0.8
Hex CA CE CC 2 0 1 13 96 4 50
Octal 312 316 314 2 0 1 23 226 4 120
Binary 11001010 11001110 11001100 10 0 1 10011 10010110 100 1010000

Color Harmonies of #CACECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACECC

Black with #CACECC

Text Example


Text Example

White with #CACECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACECC; }

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

 H1.HeaderClassName
 {
   color: #CACECC;
 }
 .AnyTagClassName
 {
   color: #CACECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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