Html Css Color HEX #C5D3CD Jet Stream

📋 copy color: '#C5D3CD'

red 197 ◦ green 211 ◦ blue 205

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

Shades of Jet Stream #C5D3CD

Tints of Jet Stream #C5D3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.42%

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

R = 32.14%
G = 34.42%
B = 33.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#C5D3CD (or 0xC5D3CD) is known color: Jet Stream. HEX triplet: C5, D3 and CD. RGB value is (197,211,205). Sum of RGB (Red+Green+Blue) = 197+211+205=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3CD is #3A2C32. Grayscale: #CECECE. Windows color (decimal): -3812403 or 13489093. OLE color: 13489093.

HSL color Cylindrical-coordinate representation of color #C5D3CD: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5D3CD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 205 -
CMYK 0.07 0 0.03 0.17
HSL 154.29º 0.14% 0.8% -
HSV(B) 154.29º 0.07% 0.83% -
XYZ 57.34 62.87 66.87 -
YUV 206.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 197 211 205 0.07 0 0.03 0.17 154.29 0.14 0.8
Hex C5 D3 CD 7 0 3 11 9A E 50
Octal 305 323 315 7 0 3 21 232 16 120
Binary 11000101 11010011 11001101 111 0 11 10001 10011010 1110 1010000

Color Harmonies of #C5D3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3CD

Black with #C5D3CD

Text Example


Text Example

White with #C5D3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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