Html Css Color HEX #C2DFC3 Sea Mist

📋 copy color: '#C2DFC3'

red 194 ◦ green 223 ◦ blue 195

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

Shades of Sea Mist #C2DFC3

Tints of Sea Mist #C2DFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.86%

R = 31.7%
G = 36.44%
B = 31.86%

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

#C2DFC3 (or 0xC2DFC3) is known color: Sea Mist. HEX triplet: C2, DF and C3. RGB value is (194,223,195). Sum of RGB (Red+Green+Blue) = 194+223+195=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFC3 is #3D203C. Grayscale: #D3D3D3. Windows color (decimal): -4005949 or 12836802. OLE color: 12836802.

HSL color Cylindrical-coordinate representation of color #C2DFC3: hue angle of 122.07º degrees, saturation: 0.31, 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 #C2DFC3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 195 -
CMYK 0.13 0 0.13 0.13
HSL 122.07º 0.31% 0.82% -
HSV(B) 122.07º 0.13% 0.87% -
XYZ 58.49 68.18 61.71 -
YUV 211.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 194 223 195 0.13 0 0.13 0.13 122.07 0.31 0.82
Hex C2 DF C3 D 0 D D 7A 1F 52
Octal 302 337 303 15 0 15 15 172 37 122
Binary 11000010 11011111 11000011 1101 0 1101 1101 1111010 11111 1010010

Color Harmonies of #C2DFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFC3

Black with #C2DFC3

Text Example


Text Example

White with #C2DFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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