Html Css Color HEX #C1D5CD Jet Stream

📋 copy color: '#C1D5CD'

red 193 ◦ green 213 ◦ blue 205

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

Shades of Jet Stream #C1D5CD

Tints of Jet Stream #C1D5CD

RGB

 RED value IS 193 (75.78% from 255) = 31.59%

 GREEN value IS 213 (83.59% from 255) = 34.86%

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

R = 31.59%
G = 34.86%
B = 33.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C1D5CD (or 0xC1D5CD) is known color: Jet Stream. HEX triplet: C1, D5 and CD. RGB value is (193,213,205). Sum of RGB (Red+Green+Blue) = 193+213+205=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5CD is #3E2A32. Grayscale: #CECECE. Windows color (decimal): -4074035 or 13489601. OLE color: 13489601.

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

Color convert

RGB 193 213 205 -
CMYK 0.09 0 0.04 0.16
HSL 156º 0.19% 0.8% -
HSV(B) 156º 0.09% 0.84% -
XYZ 56.81 63.33 66.99 -
YUV 206.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 193 213 205 0.09 0 0.04 0.16 156 0.19 0.8
Hex C1 D5 CD 9 0 4 10 9C 13 50
Octal 301 325 315 11 0 4 20 234 23 120
Binary 11000001 11010101 11001101 1001 0 100 10000 10011100 10011 1010000

Color Harmonies of #C1D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D5CD

Black with #C1D5CD

Text Example


Text Example

White with #C1D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D5CD; }

 p { color: rgb(193,213,205); }

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

background-color css

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

 a { background-color: rgb(193,213,205); }

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

border-color css

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

 span { border-color: rgb(193,213,205); }

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