Html Css Color HEX #C5CDC6 Sea Mist

📋 copy color: '#C5CDC6'

red 197 ◦ green 205 ◦ blue 198

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

Shades of Sea Mist #C5CDC6

Tints of Sea Mist #C5CDC6

RGB

 RED value IS 197 (77.34% from 255) = 32.83%

 GREEN value IS 205 (80.47% from 255) = 34.17%

 BLUE value IS 198 (77.73% from 255) = 33%

R = 32.83%
G = 34.17%
B = 33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#C5CDC6 (or 0xC5CDC6) is known color: Sea Mist. HEX triplet: C5, CD and C6. RGB value is (197,205,198). Sum of RGB (Red+Green+Blue) = 197+205+198=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDC6 is #3A3239. Grayscale: #C9C9C9. Windows color (decimal): -3813946 or 13028805. OLE color: 13028805.

HSL color Cylindrical-coordinate representation of color #C5CDC6: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CDC6 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 198 -
CMYK 0.04 0 0.03 0.20
HSL 127.5º 0.07% 0.79% -
HSV(B) 127.5º 0.04% 0.8% -
XYZ 55.05 59.61 62.03 -
YUV 201.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 197 205 198 0.04 0 0.03 0.20 127.5 0.07 0.79
Hex C5 CD C6 4 0 3 14 80 7 4F
Octal 305 315 306 4 0 3 24 200 7 117
Binary 11000101 11001101 11000110 100 0 11 10100 10000000 111 1001111

Color Harmonies of #C5CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDC6

Black with #C5CDC6

Text Example


Text Example

White with #C5CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDC6; }

 p { color: rgb(197,205,198); }

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

background-color css

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

 a { background-color: rgb(197,205,198); }

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

border-color css

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

 span { border-color: rgb(197,205,198); }

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