Html Css Color HEX #C2D7CE Jet Stream

📋 copy color: '#C2D7CE'

red 194 ◦ green 215 ◦ blue 206

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

Shades of Jet Stream #C2D7CE

Tints of Jet Stream #C2D7CE

RGB

 RED value IS 194 (76.17% from 255) = 31.54%

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 31.54%
G = 34.96%
B = 33.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C2D7CE (or 0xC2D7CE) is known color: Jet Stream. HEX triplet: C2, D7 and CE. RGB value is (194,215,206). Sum of RGB (Red+Green+Blue) = 194+215+206=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7CE is #3D2831. Grayscale: #CFCFCF. Windows color (decimal): -4007986 or 13555650. OLE color: 13555650.

HSL color Cylindrical-coordinate representation of color #C2D7CE: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D7CE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 206 -
CMYK 0.10 0 0.04 0.16
HSL 154.29º 0.21% 0.8% -
HSV(B) 154.29º 0.1% 0.84% -
XYZ 57.69 64.53 67.81 -
YUV 207.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 194 215 206 0.10 0 0.04 0.16 154.29 0.21 0.8
Hex C2 D7 CE A 0 4 10 9A 15 50
Octal 302 327 316 12 0 4 20 232 25 120
Binary 11000010 11010111 11001110 1010 0 100 10000 10011010 10101 1010000

Color Harmonies of #C2D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7CE

Black with #C2D7CE

Text Example


Text Example

White with #C2D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7CE; }

 p { color: rgb(194,215,206); }

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

background-color css

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

 a { background-color: rgb(194,215,206); }

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

border-color css

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

 span { border-color: rgb(194,215,206); }

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