Html Css Color HEX #CED7CE Sea Mist

📋 copy color: '#CED7CE'

red 206 ◦ green 215 ◦ blue 206

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

Shades of Sea Mist #CED7CE

Tints of Sea Mist #CED7CE

RGB

 RED value IS 206 (80.86% from 255) = 32.85%

 GREEN value IS 215 (84.38% from 255) = 34.29%

 BLUE value IS 206 (80.86% from 255) = 32.85%

R = 32.85%
G = 34.29%
B = 32.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CED7CE (or 0xCED7CE) is known color: Sea Mist. HEX triplet: CE, D7 and CE. RGB value is (206,215,206). Sum of RGB (Red+Green+Blue) = 206+215+206=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7CE is #312831. Grayscale: #D3D3D3. Windows color (decimal): -3221554 or 13555662. OLE color: 13555662.

HSL color Cylindrical-coordinate representation of color #CED7CE: hue angle of 120º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED7CE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 206 -
CMYK 0.04 0 0.04 0.16
HSL 120º 0.1% 0.83% -
HSV(B) 120º 0.04% 0.84% -
XYZ 60.89 66.18 67.96 -
YUV 211.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 206 215 206 0.04 0 0.04 0.16 120 0.1 0.83
Hex CE D7 CE 4 0 4 10 78 A 53
Octal 316 327 316 4 0 4 20 170 12 123
Binary 11001110 11010111 11001110 100 0 100 10000 1111000 1010 1010011

Color Harmonies of #CED7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7CE

Black with #CED7CE

Text Example


Text Example

White with #CED7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7CE; }

 p { color: rgb(206,215,206); }

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

background-color css

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

 a { background-color: rgb(206,215,206); }

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

border-color css

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

 span { border-color: rgb(206,215,206); }

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