Html Css Color HEX #C3DCC5 Sea Mist

📋 copy color: '#C3DCC5'

red 195 ◦ green 220 ◦ blue 197

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

Shades of Sea Mist #C3DCC5

Tints of Sea Mist #C3DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 197 (77.34% from 255) = 32.19%

R = 31.86%
G = 35.95%
B = 32.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C3DCC5 (or 0xC3DCC5) is known color: Sea Mist. HEX triplet: C3, DC and C5. RGB value is (195,220,197). Sum of RGB (Red+Green+Blue) = 195+220+197=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCC5 is #3C233A. Grayscale: #D1D1D1. Windows color (decimal): -3941179 or 12967107. OLE color: 12967107.

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

Color convert

RGB 195 220 197 -
CMYK 0.11 0 0.10 0.14
HSL 124.8º 0.26% 0.81% -
HSV(B) 124.8º 0.11% 0.86% -
XYZ 58.18 66.82 62.65 -
YUV 209.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 195 220 197 0.11 0 0.10 0.14 124.8 0.26 0.81
Hex C3 DC C5 B 0 A E 7D 1A 51
Octal 303 334 305 13 0 12 16 175 32 121
Binary 11000011 11011100 11000101 1011 0 1010 1110 1111101 11010 1010001

Color Harmonies of #C3DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCC5

Black with #C3DCC5

Text Example


Text Example

White with #C3DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCC5; }

 p { color: rgb(195,220,197); }

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

background-color css

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

 a { background-color: rgb(195,220,197); }

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

border-color css

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

 span { border-color: rgb(195,220,197); }

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