Html Css Color HEX #C4D3CE Jet Stream

📋 copy color: '#C4D3CE'

red 196 ◦ green 211 ◦ blue 206

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

Shades of Jet Stream #C4D3CE

Tints of Jet Stream #C4D3CE

RGB

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

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

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

R = 31.97%
G = 34.42%
B = 33.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#C4D3CE (or 0xC4D3CE) is known color: Jet Stream. HEX triplet: C4, D3 and CE. RGB value is (196,211,206). Sum of RGB (Red+Green+Blue) = 196+211+206=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3CE is #3B2C31. Grayscale: #CDCDCD. Windows color (decimal): -3877938 or 13554628. OLE color: 13554628.

HSL color Cylindrical-coordinate representation of color #C4D3CE: hue angle of 160º degrees, saturation: 0.15, 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 #C4D3CE is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 206 -
CMYK 0.07 0 0.02 0.17
HSL 160º 0.15% 0.8% -
HSV(B) 160º 0.07% 0.83% -
XYZ 57.2 62.78 67.5 -
YUV 205.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 196 211 206 0.07 0 0.02 0.17 160 0.15 0.8
Hex C4 D3 CE 7 0 2 11 A0 F 50
Octal 304 323 316 7 0 2 21 240 17 120
Binary 11000100 11010011 11001110 111 0 10 10001 10100000 1111 1010000

Color Harmonies of #C4D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3CE

Black with #C4D3CE

Text Example


Text Example

White with #C4D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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