Html Css Color HEX #C5D1CD Jet Stream

📋 copy color: '#C5D1CD'

red 197 ◦ green 209 ◦ blue 205

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

Shades of Jet Stream #C5D1CD

Tints of Jet Stream #C5D1CD

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

 GREEN value IS 209 (82.03% from 255) = 34.21%

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

R = 32.24%
G = 34.21%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C5D1CD (or 0xC5D1CD) is known color: Jet Stream. HEX triplet: C5, D1 and CD. RGB value is (197,209,205). Sum of RGB (Red+Green+Blue) = 197+209+205=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1CD is #3A2E32. Grayscale: #CCCCCC. Windows color (decimal): -3812915 or 13488581. OLE color: 13488581.

HSL color Cylindrical-coordinate representation of color #C5D1CD: hue angle of 160º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D1CD is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 209 205 -
CMYK 0.06 0 0.02 0.18
HSL 160º 0.12% 0.8% -
HSV(B) 160º 0.06% 0.82% -
XYZ 56.85 61.88 66.71 -
YUV 204.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 197 209 205 0.06 0 0.02 0.18 160 0.12 0.8
Hex C5 D1 CD 6 0 2 12 A0 C 50
Octal 305 321 315 6 0 2 22 240 14 120
Binary 11000101 11010001 11001101 110 0 10 10010 10100000 1100 1010000

Color Harmonies of #C5D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1CD

Black with #C5D1CD

Text Example


Text Example

White with #C5D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1CD; }

 p { color: rgb(197,209,205); }

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

background-color css

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

 a { background-color: rgb(197,209,205); }

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

border-color css

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

 span { border-color: rgb(197,209,205); }

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