Html Css Color HEX #CED8CE Sea Mist

📋 copy color: '#CED8CE'

red 206 ◦ green 216 ◦ blue 206

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

Shades of Sea Mist #CED8CE

Tints of Sea Mist #CED8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.39%

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

R = 32.8%
G = 34.39%
B = 32.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CED8CE (or 0xCED8CE) is known color: Sea Mist. HEX triplet: CE, D8 and CE. RGB value is (206,216,206). Sum of RGB (Red+Green+Blue) = 206+216+206=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CE is #312731. Grayscale: #D3D3D3. Windows color (decimal): -3221298 or 13555918. OLE color: 13555918.

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

Color convert

RGB 206 216 206 -
CMYK 0.05 0 0.05 0.15
HSL 120º 0.11% 0.83% -
HSV(B) 120º 0.05% 0.85% -
XYZ 61.15 66.69 68.04 -
YUV 211.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 206 216 206 0.05 0 0.05 0.15 120 0.11 0.83
Hex CE D8 CE 5 0 5 F 78 B 53
Octal 316 330 316 5 0 5 17 170 13 123
Binary 11001110 11011000 11001110 101 0 101 1111 1111000 1011 1010011

Color Harmonies of #CED8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8CE

Black with #CED8CE

Text Example


Text Example

White with #CED8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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