Html Css Color HEX #C4DCC5 Sea Mist

📋 copy color: '#C4DCC5'

red 196 ◦ green 220 ◦ blue 197

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

Shades of Sea Mist #C4DCC5

Tints of Sea Mist #C4DCC5

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #C4DCC5: hue angle of 122.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 #C4DCC5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 197 -
CMYK 0.11 0 0.10 0.14
HSL 122.5º 0.26% 0.82% -
HSV(B) 122.5º 0.11% 0.86% -
XYZ 58.44 66.95 62.67 -
YUV 210.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 196 220 197 0.11 0 0.10 0.14 122.5 0.26 0.82
Hex C4 DC C5 B 0 A E 7B 1A 52
Octal 304 334 305 13 0 12 16 173 32 122
Binary 11000100 11011100 11000101 1011 0 1010 1110 1111011 11010 1010010

Color Harmonies of #C4DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCC5

Black with #C4DCC5

Text Example


Text Example

White with #C4DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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