Html Css Color HEX #C8D3CE Jet Stream

📋 copy color: '#C8D3CE'

red 200 ◦ green 211 ◦ blue 206

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

Shades of Jet Stream #C8D3CE

Tints of Jet Stream #C8D3CE

RGB

 RED value IS 200 (78.52% from 255) = 32.41%

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

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

R = 32.41%
G = 34.2%
B = 33.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#C8D3CE (or 0xC8D3CE) is known color: Jet Stream. HEX triplet: C8, D3 and CE. RGB value is (200,211,206). Sum of RGB (Red+Green+Blue) = 200+211+206=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3CE is #372C31. Grayscale: #CFCFCF. Windows color (decimal): -3615794 or 13554632. OLE color: 13554632.

HSL color Cylindrical-coordinate representation of color #C8D3CE: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8D3CE is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 206 -
CMYK 0.05 0 0.02 0.17
HSL 152.73º 0.11% 0.81% -
HSV(B) 152.73º 0.05% 0.83% -
XYZ 58.25 63.32 67.54 -
YUV 207.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 200 211 206 0.05 0 0.02 0.17 152.73 0.11 0.81
Hex C8 D3 CE 5 0 2 11 99 B 51
Octal 310 323 316 5 0 2 21 231 13 121
Binary 11001000 11010011 11001110 101 0 10 10001 10011001 1011 1010001

Color Harmonies of #C8D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3CE

Black with #C8D3CE

Text Example


Text Example

White with #C8D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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