Html Css Color HEX #C5DCC4 Sea Mist

📋 copy color: '#C5DCC4'

red 197 ◦ green 220 ◦ blue 196

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

Shades of Sea Mist #C5DCC4

Tints of Sea Mist #C5DCC4

RGB

 RED value IS 197 (77.34% from 255) = 32.14%

 GREEN value IS 220 (86.33% from 255) = 35.89%

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

R = 32.14%
G = 35.89%
B = 31.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#C5DCC4 (or 0xC5DCC4) is known color: Sea Mist. HEX triplet: C5, DC and C4. RGB value is (197,220,196). Sum of RGB (Red+Green+Blue) = 197+220+196=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC4 is #3A233B. Grayscale: #D2D2D2. Windows color (decimal): -3810108 or 12901573. OLE color: 12901573.

HSL color Cylindrical-coordinate representation of color #C5DCC4: hue angle of 117.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DCC4 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 196 -
CMYK 0.10 0 0.11 0.14
HSL 117.5º 0.26% 0.82% -
HSV(B) 117.5º 0.11% 0.86% -
XYZ 58.58 67.04 62.08 -
YUV 210.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 197 220 196 0.10 0 0.11 0.14 117.5 0.26 0.82
Hex C5 DC C4 A 0 B E 76 1A 52
Octal 305 334 304 12 0 13 16 166 32 122
Binary 11000101 11011100 11000100 1010 0 1011 1110 1110110 11010 1010010

Color Harmonies of #C5DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCC4

Black with #C5DCC4

Text Example


Text Example

White with #C5DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCC4; }

 p { color: rgb(197,220,196); }

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

background-color css

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

 a { background-color: rgb(197,220,196); }

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

border-color css

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

 span { border-color: rgb(197,220,196); }

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