Html Css Color HEX #C4D1CD Jet Stream

📋 copy color: '#C4D1CD'

red 196 ◦ green 209 ◦ blue 205

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

Shades of Jet Stream #C4D1CD

Tints of Jet Stream #C4D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 205 (80.47% from 255) = 33.61%

R = 32.13%
G = 34.26%
B = 33.61%

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

#C4D1CD (or 0xC4D1CD) is known color: Jet Stream. HEX triplet: C4, D1 and CD. RGB value is (196,209,205). Sum of RGB (Red+Green+Blue) = 196+209+205=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1CD is #3B2E32. Grayscale: #CCCCCC. Windows color (decimal): -3878451 or 13488580. OLE color: 13488580.

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

Color convert

RGB 196 209 205 -
CMYK 0.06 0 0.02 0.18
HSL 161.54º 0.12% 0.79% -
HSV(B) 161.54º 0.06% 0.82% -
XYZ 56.58 61.74 66.69 -
YUV 204.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 196 209 205 0.06 0 0.02 0.18 161.54 0.12 0.79
Hex C4 D1 CD 6 0 2 12 A2 C 4F
Octal 304 321 315 6 0 2 22 242 14 117
Binary 11000100 11010001 11001101 110 0 10 10010 10100010 1100 1001111

Color Harmonies of #C4D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1CD

Black with #C4D1CD

Text Example


Text Example

White with #C4D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1CD; }

 p { color: rgb(196,209,205); }

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

background-color css

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

 a { background-color: rgb(196,209,205); }

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

border-color css

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

 span { border-color: rgb(196,209,205); }

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