Html Css Color HEX #CED5CE Sea Mist

📋 copy color: '#CED5CE'

red 206 ◦ green 213 ◦ blue 206

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

Shades of Sea Mist #CED5CE

Tints of Sea Mist #CED5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.08%

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

R = 32.96%
G = 34.08%
B = 32.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#CED5CE (or 0xCED5CE) is known color: Sea Mist. HEX triplet: CE, D5 and CE. RGB value is (206,213,206). Sum of RGB (Red+Green+Blue) = 206+213+206=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CE is #312A31. Grayscale: #D2D2D2. Windows color (decimal): -3222066 or 13555150. OLE color: 13555150.

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

Color convert

RGB 206 213 206 -
CMYK 0.03 0 0.03 0.16
HSL 120º 0.08% 0.82% -
HSV(B) 120º 0.03% 0.84% -
XYZ 60.39 65.17 67.79 -
YUV 210.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 206 213 206 0.03 0 0.03 0.16 120 0.08 0.82
Hex CE D5 CE 3 0 3 10 78 8 52
Octal 316 325 316 3 0 3 20 170 10 122
Binary 11001110 11010101 11001110 11 0 11 10000 1111000 1000 1010010

Color Harmonies of #CED5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5CE

Black with #CED5CE

Text Example


Text Example

White with #CED5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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