Html Css Color HEX #C2CDC9 Jet Stream

📋 copy color: '#C2CDC9'

red 194 ◦ green 205 ◦ blue 201

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

Shades of Jet Stream #C2CDC9

Tints of Jet Stream #C2CDC9

RGB

 RED value IS 194 (76.17% from 255) = 32.33%

 GREEN value IS 205 (80.47% from 255) = 34.17%

 BLUE value IS 201 (78.91% from 255) = 33.5%

R = 32.33%
G = 34.17%
B = 33.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C2CDC9 (or 0xC2CDC9) is known color: Jet Stream. HEX triplet: C2, CD and C9. RGB value is (194,205,201). Sum of RGB (Red+Green+Blue) = 194+205+201=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDC9 is #3D3236. Grayscale: #C9C9C9. Windows color (decimal): -4010551 or 13225410. OLE color: 13225410.

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

Color convert

RGB 194 205 201 -
CMYK 0.05 0 0.02 0.20
HSL 158.18º 0.1% 0.78% -
HSV(B) 158.18º 0.05% 0.8% -
XYZ 54.62 59.35 63.83 -
YUV 201.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 194 205 201 0.05 0 0.02 0.20 158.18 0.1 0.78
Hex C2 CD C9 5 0 2 14 9E A 4E
Octal 302 315 311 5 0 2 24 236 12 116
Binary 11000010 11001101 11001001 101 0 10 10100 10011110 1010 1001110

Color Harmonies of #C2CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDC9

Black with #C2CDC9

Text Example


Text Example

White with #C2CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDC9; }

 p { color: rgb(194,205,201); }

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

background-color css

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

 a { background-color: rgb(194,205,201); }

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

border-color css

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

 span { border-color: rgb(194,205,201); }

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