Html Css Color HEX #C2DFC1 Sea Mist

📋 copy color: '#C2DFC1'

red 194 ◦ green 223 ◦ blue 193

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

Shades of Sea Mist #C2DFC1

Tints of Sea Mist #C2DFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

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

R = 31.8%
G = 36.56%
B = 31.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#C2DFC1 (or 0xC2DFC1) is known color: Sea Mist. HEX triplet: C2, DF and C1. RGB value is (194,223,193). Sum of RGB (Red+Green+Blue) = 194+223+193=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFC1 is #3D203E. Grayscale: #D2D2D2. Windows color (decimal): -4005951 or 12705730. OLE color: 12705730.

HSL color Cylindrical-coordinate representation of color #C2DFC1: hue angle of 118º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DFC1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 193 -
CMYK 0.13 0 0.13 0.13
HSL 118º 0.32% 0.82% -
HSV(B) 118º 0.13% 0.87% -
XYZ 58.26 68.09 60.53 -
YUV 210.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 194 223 193 0.13 0 0.13 0.13 118 0.32 0.82
Hex C2 DF C1 D 0 D D 76 20 52
Octal 302 337 301 15 0 15 15 166 40 122
Binary 11000010 11011111 11000001 1101 0 1101 1101 1110110 100000 1010010

Color Harmonies of #C2DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFC1

Black with #C2DFC1

Text Example


Text Example

White with #C2DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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