Html Css Color HEX #C5DBC4 Sea Mist

📋 copy color: '#C5DBC4'

red 197 ◦ green 219 ◦ blue 196

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

Shades of Sea Mist #C5DBC4

Tints of Sea Mist #C5DBC4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 32.19%
G = 35.78%
B = 32.03%

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

#C5DBC4 (or 0xC5DBC4) is known color: Sea Mist. HEX triplet: C5, DB and C4. RGB value is (197,219,196). Sum of RGB (Red+Green+Blue) = 197+219+196=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC4 is #3A243B. Grayscale: #D1D1D1. Windows color (decimal): -3810364 or 12901317. OLE color: 12901317.

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

Color convert

RGB 197 219 196 -
CMYK 0.10 0 0.11 0.14
HSL 117.39º 0.24% 0.81% -
HSV(B) 117.39º 0.11% 0.86% -
XYZ 58.32 66.52 61.99 -
YUV 209.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 197 219 196 0.10 0 0.11 0.14 117.39 0.24 0.81
Hex C5 DB C4 A 0 B E 75 18 51
Octal 305 333 304 12 0 13 16 165 30 121
Binary 11000101 11011011 11000100 1010 0 1011 1110 1110101 11000 1010001

Color Harmonies of #C5DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBC4

Black with #C5DBC4

Text Example


Text Example

White with #C5DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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