Html Css Color HEX #C4D6CE Jet Stream

📋 copy color: '#C4D6CE'

red 196 ◦ green 214 ◦ blue 206

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

Shades of Jet Stream #C4D6CE

Tints of Jet Stream #C4D6CE

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

 GREEN value IS 214 (83.98% from 255) = 34.74%

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

R = 31.82%
G = 34.74%
B = 33.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C4D6CE (or 0xC4D6CE) is known color: Jet Stream. HEX triplet: C4, D6 and CE. RGB value is (196,214,206). Sum of RGB (Red+Green+Blue) = 196+214+206=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6CE is #3B2931. Grayscale: #CFCFCF. Windows color (decimal): -3877170 or 13555396. OLE color: 13555396.

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

Color convert

RGB 196 214 206 -
CMYK 0.08 0 0.04 0.16
HSL 153.33º 0.18% 0.8% -
HSV(B) 153.33º 0.08% 0.84% -
XYZ 57.95 64.29 67.75 -
YUV 207.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 196 214 206 0.08 0 0.04 0.16 153.33 0.18 0.8
Hex C4 D6 CE 8 0 4 10 99 12 50
Octal 304 326 316 10 0 4 20 231 22 120
Binary 11000100 11010110 11001110 1000 0 100 10000 10011001 10010 1010000

Color Harmonies of #C4D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D6CE

Black with #C4D6CE

Text Example


Text Example

White with #C4D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D6CE; }

 p { color: rgb(196,214,206); }

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

background-color css

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

 a { background-color: rgb(196,214,206); }

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

border-color css

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

 span { border-color: rgb(196,214,206); }

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