Html Css Color HEX #C5D3CE Jet Stream

📋 copy color: '#C5D3CE'

red 197 ◦ green 211 ◦ blue 206

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

Shades of Jet Stream #C5D3CE

Tints of Jet Stream #C5D3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.55%

R = 32.08%
G = 34.36%
B = 33.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#C5D3CE (or 0xC5D3CE) is known color: Jet Stream. HEX triplet: C5, D3 and CE. RGB value is (197,211,206). Sum of RGB (Red+Green+Blue) = 197+211+206=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3CE is #3A2C31. Grayscale: #CECECE. Windows color (decimal): -3812402 or 13554629. OLE color: 13554629.

HSL color Cylindrical-coordinate representation of color #C5D3CE: hue angle of 158.57º 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 #C5D3CE is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 206 -
CMYK 0.07 0 0.02 0.17
HSL 158.57º 0.14% 0.8% -
HSV(B) 158.57º 0.07% 0.83% -
XYZ 57.46 62.92 67.51 -
YUV 206.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 197 211 206 0.07 0 0.02 0.17 158.57 0.14 0.8
Hex C5 D3 CE 7 0 2 11 9F E 50
Octal 305 323 316 7 0 2 21 237 16 120
Binary 11000101 11010011 11001110 111 0 10 10001 10011111 1110 1010000

Color Harmonies of #C5D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3CE

Black with #C5D3CE

Text Example


Text Example

White with #C5D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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