Html Css Color HEX #CED4CE Sea Mist

📋 copy color: '#CED4CE'

red 206 ◦ green 212 ◦ blue 206

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

Shades of Sea Mist #CED4CE

Tints of Sea Mist #CED4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.97%

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

R = 33.01%
G = 33.97%
B = 33.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#CED4CE (or 0xCED4CE) is known color: Sea Mist. HEX triplet: CE, D4 and CE. RGB value is (206,212,206). Sum of RGB (Red+Green+Blue) = 206+212+206=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4CE is #312B31. Grayscale: #D1D1D1. Windows color (decimal): -3222322 or 13554894. OLE color: 13554894.

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

Color convert

RGB 206 212 206 -
CMYK 0.03 0 0.03 0.17
HSL 120º 0.07% 0.82% -
HSV(B) 120º 0.03% 0.83% -
XYZ 60.14 64.67 67.7 -
YUV 209.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 206 212 206 0.03 0 0.03 0.17 120 0.07 0.82
Hex CE D4 CE 3 0 3 11 78 7 52
Octal 316 324 316 3 0 3 21 170 7 122
Binary 11001110 11010100 11001110 11 0 11 10001 1111000 111 1010010

Color Harmonies of #CED4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4CE

Black with #CED4CE

Text Example


Text Example

White with #CED4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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