Html Css Color HEX #C6D4CE Jet Stream

📋 copy color: '#C6D4CE'

red 198 ◦ green 212 ◦ blue 206

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

Shades of Jet Stream #C6D4CE

Tints of Jet Stream #C6D4CE

RGB

 RED value IS 198 (77.73% from 255) = 32.14%

 GREEN value IS 212 (83.2% from 255) = 34.42%

 BLUE value IS 206 (80.86% 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

#C6D4CE (or 0xC6D4CE) is known color: Jet Stream. HEX triplet: C6, D4 and CE. RGB value is (198,212,206). Sum of RGB (Red+Green+Blue) = 198+212+206=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4CE is #392B31. Grayscale: #CFCFCF. Windows color (decimal): -3746610 or 13554886. OLE color: 13554886.

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

Color convert

RGB 198 212 206 -
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.97 63.55 67.6 -
YUV 207.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 198 212 206 0.07 0 0.03 0.17 154.29 0.14 0.8
Hex C6 D4 CE 7 0 3 11 9A E 50
Octal 306 324 316 7 0 3 21 232 16 120
Binary 11000110 11010100 11001110 111 0 11 10001 10011010 1110 1010000

Color Harmonies of #C6D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D4CE

Black with #C6D4CE

Text Example


Text Example

White with #C6D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D4CE; }

 p { color: rgb(198,212,206); }

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

background-color css

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

 a { background-color: rgb(198,212,206); }

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

border-color css

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

 span { border-color: rgb(198,212,206); }

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