Html Css Color HEX #CEDDCD Sea Mist

📋 copy color: '#CEDDCD'

red 206 ◦ green 221 ◦ blue 205

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

Shades of Sea Mist #CEDDCD

Tints of Sea Mist #CEDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.97%

 BLUE value IS 205 (80.47% from 255) = 32.44%

R = 32.59%
G = 34.97%
B = 32.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#CEDDCD (or 0xCEDDCD) is known color: Sea Mist. HEX triplet: CE, DD and CD. RGB value is (206,221,205). Sum of RGB (Red+Green+Blue) = 206+221+205=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCD is #312232. Grayscale: #D6D6D6. Windows color (decimal): -3220019 or 13491662. OLE color: 13491662.

HSL color Cylindrical-coordinate representation of color #CEDDCD: hue angle of 116.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDCD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 205 -
CMYK 0.07 0 0.07 0.13
HSL 116.25º 0.19% 0.84% -
HSV(B) 116.25º 0.07% 0.87% -
XYZ 62.33 69.24 67.84 -
YUV 214.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 206 221 205 0.07 0 0.07 0.13 116.25 0.19 0.84
Hex CE DD CD 7 0 7 D 74 13 54
Octal 316 335 315 7 0 7 15 164 23 124
Binary 11001110 11011101 11001101 111 0 111 1101 1110100 10011 1010100

Color Harmonies of #CEDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDCD

Black with #CEDDCD

Text Example


Text Example

White with #CEDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDCD; }

 p { color: rgb(206,221,205); }

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

background-color css

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

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

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

border-color css

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

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

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