Html Css Color HEX #C2DBC1 Sea Mist

📋 copy color: '#C2DBC1'

red 194 ◦ green 219 ◦ blue 193

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

Shades of Sea Mist #C2DBC1

Tints of Sea Mist #C2DBC1

RGB

 RED value IS 194 (76.17% from 255) = 32.01%

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

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 32.01%
G = 36.14%
B = 31.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C2DBC1 (or 0xC2DBC1) is known color: Sea Mist. HEX triplet: C2, DB and C1. RGB value is (194,219,193). Sum of RGB (Red+Green+Blue) = 194+219+193=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC1 is #3D243E. Grayscale: #D0D0D0. Windows color (decimal): -4006975 or 12704706. OLE color: 12704706.

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

Color convert

RGB 194 219 193 -
CMYK 0.11 0 0.12 0.14
HSL 117.69º 0.27% 0.81% -
HSV(B) 117.69º 0.12% 0.86% -
XYZ 57.21 65.98 60.17 -
YUV 208.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 194 219 193 0.11 0 0.12 0.14 117.69 0.27 0.81
Hex C2 DB C1 B 0 C E 76 1B 51
Octal 302 333 301 13 0 14 16 166 33 121
Binary 11000010 11011011 11000001 1011 0 1100 1110 1110110 11011 1010001

Color Harmonies of #C2DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBC1

Black with #C2DBC1

Text Example


Text Example

White with #C2DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBC1; }

 p { color: rgb(194,219,193); }

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

background-color css

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

 a { background-color: rgb(194,219,193); }

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

border-color css

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

 span { border-color: rgb(194,219,193); }

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