Html Css Color HEX #C7D3CE Jet Stream

📋 copy color: '#C7D3CE'

red 199 ◦ green 211 ◦ blue 206

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

Shades of Jet Stream #C7D3CE

Tints of Jet Stream #C7D3CE

RGB

 RED value IS 199 (78.13% from 255) = 32.31%

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

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

R = 32.31%
G = 34.25%
B = 33.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#C7D3CE (or 0xC7D3CE) is known color: Jet Stream. HEX triplet: C7, D3 and CE. RGB value is (199,211,206). Sum of RGB (Red+Green+Blue) = 199+211+206=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3CE is #382C31. Grayscale: #CECECE. Windows color (decimal): -3681330 or 13554631. OLE color: 13554631.

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

Color convert

RGB 199 211 206 -
CMYK 0.06 0 0.02 0.17
HSL 155º 0.12% 0.8% -
HSV(B) 155º 0.06% 0.83% -
XYZ 57.99 63.19 67.53 -
YUV 206.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 199 211 206 0.06 0 0.02 0.17 155 0.12 0.8
Hex C7 D3 CE 6 0 2 11 9B C 50
Octal 307 323 316 6 0 2 21 233 14 120
Binary 11000111 11010011 11001110 110 0 10 10001 10011011 1100 1010000

Color Harmonies of #C7D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3CE

Black with #C7D3CE

Text Example


Text Example

White with #C7D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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