Html Css Color HEX #C6D2CE Jet Stream

📋 copy color: '#C6D2CE'

red 198 ◦ green 210 ◦ blue 206

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

Shades of Jet Stream #C6D2CE

Tints of Jet Stream #C6D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

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

R = 32.25%
G = 34.2%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C6D2CE (or 0xC6D2CE) is known color: Jet Stream. HEX triplet: C6, D2 and CE. RGB value is (198,210,206). Sum of RGB (Red+Green+Blue) = 198+210+206=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2CE is #392D31. Grayscale: #CDCDCD. Windows color (decimal): -3747122 or 13554374. OLE color: 13554374.

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

Color convert

RGB 198 210 206 -
CMYK 0.06 0 0.02 0.18
HSL 160º 0.12% 0.8% -
HSV(B) 160º 0.06% 0.82% -
XYZ 57.48 62.56 67.44 -
YUV 205.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 198 210 206 0.06 0 0.02 0.18 160 0.12 0.8
Hex C6 D2 CE 6 0 2 12 A0 C 50
Octal 306 322 316 6 0 2 22 240 14 120
Binary 11000110 11010010 11001110 110 0 10 10010 10100000 1100 1010000

Color Harmonies of #C6D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D2CE

Black with #C6D2CE

Text Example


Text Example

White with #C6D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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