Html Css Color HEX #CED3CE Sea Mist

📋 copy color: '#CED3CE'

red 206 ◦ green 211 ◦ blue 206

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

Shades of Sea Mist #CED3CE

Tints of Sea Mist #CED3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.87%

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

R = 33.07%
G = 33.87%
B = 33.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#CED3CE (or 0xCED3CE) is known color: Sea Mist. HEX triplet: CE, D3 and CE. RGB value is (206,211,206). Sum of RGB (Red+Green+Blue) = 206+211+206=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3CE is #312C31. Grayscale: #D0D0D0. Windows color (decimal): -3222578 or 13554638. OLE color: 13554638.

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

Color convert

RGB 206 211 206 -
CMYK 0.02 0 0.02 0.17
HSL 120º 0.05% 0.82% -
HSV(B) 120º 0.02% 0.83% -
XYZ 59.89 64.17 67.62 -
YUV 208.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 206 211 206 0.02 0 0.02 0.17 120 0.05 0.82
Hex CE D3 CE 2 0 2 11 78 5 52
Octal 316 323 316 2 0 2 21 170 5 122
Binary 11001110 11010011 11001110 10 0 10 10001 1111000 101 1010010

Color Harmonies of #CED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3CE

Black with #CED3CE

Text Example


Text Example

White with #CED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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