Html Css Color HEX #C1DDC0 Sea Mist

📋 copy color: '#C1DDC0'

red 193 ◦ green 221 ◦ blue 192

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

Shades of Sea Mist #C1DDC0

Tints of Sea Mist #C1DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.47%

 BLUE value IS 192 (75.39% from 255) = 31.68%

R = 31.85%
G = 36.47%
B = 31.68%

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

#C1DDC0 (or 0xC1DDC0) is known color: Sea Mist. HEX triplet: C1, DD and C0. RGB value is (193,221,192). Sum of RGB (Red+Green+Blue) = 193+221+192=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDC0 is #3E223F. Grayscale: #D1D1D1. Windows color (decimal): -4072000 or 12639681. OLE color: 12639681.

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

Color convert

RGB 193 221 192 -
CMYK 0.13 0 0.13 0.13
HSL 117.93º 0.3% 0.81% -
HSV(B) 117.93º 0.13% 0.87% -
XYZ 57.36 66.86 59.75 -
YUV 209.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 193 221 192 0.13 0 0.13 0.13 117.93 0.3 0.81
Hex C1 DD C0 D 0 D D 76 1E 51
Octal 301 335 300 15 0 15 15 166 36 121
Binary 11000001 11011101 11000000 1101 0 1101 1101 1110110 11110 1010001

Color Harmonies of #C1DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDC0

Black with #C1DDC0

Text Example


Text Example

White with #C1DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDC0; }

 p { color: rgb(193,221,192); }

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

background-color css

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

 a { background-color: rgb(193,221,192); }

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

border-color css

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

 span { border-color: rgb(193,221,192); }

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