Html Css Color HEX #C1DBC2 Sea Mist

📋 copy color: '#C1DBC2'

red 193 ◦ green 219 ◦ blue 194

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

Shades of Sea Mist #C1DBC2

Tints of Sea Mist #C1DBC2

RGB

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

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

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

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

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 193 219 194 -
CMYK 0.12 0 0.11 0.14
HSL 122.31º 0.27% 0.81% -
HSV(B) 122.31º 0.12% 0.86% -
XYZ 57.06 65.9 60.75 -
YUV 208.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 193 219 194 0.12 0 0.11 0.14 122.31 0.27 0.81
Hex C1 DB C2 C 0 B E 7A 1B 51
Octal 301 333 302 14 0 13 16 172 33 121
Binary 11000001 11011011 11000010 1100 0 1011 1110 1111010 11011 1010001

Color Harmonies of #C1DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DBC2

Black with #C1DBC2

Text Example


Text Example

White with #C1DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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