Html Css Color HEX #CED9CD Sea Mist

📋 copy color: '#CED9CD'

red 206 ◦ green 217 ◦ blue 205

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

Shades of Sea Mist #CED9CD

Tints of Sea Mist #CED9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

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

R = 32.8%
G = 34.55%
B = 32.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CED9CD (or 0xCED9CD) is known color: Sea Mist. HEX triplet: CE, D9 and CD. RGB value is (206,217,205). Sum of RGB (Red+Green+Blue) = 206+217+205=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CD is #312632. Grayscale: #D4D4D4. Windows color (decimal): -3221043 or 13490638. OLE color: 13490638.

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

Color convert

RGB 206 217 205 -
CMYK 0.05 0 0.06 0.15
HSL 115º 0.14% 0.83% -
HSV(B) 115º 0.06% 0.85% -
XYZ 61.29 67.16 67.49 -
YUV 212.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 206 217 205 0.05 0 0.06 0.15 115 0.14 0.83
Hex CE D9 CD 5 0 6 F 73 E 53
Octal 316 331 315 5 0 6 17 163 16 123
Binary 11001110 11011001 11001101 101 0 110 1111 1110011 1110 1010011

Color Harmonies of #CED9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9CD

Black with #CED9CD

Text Example


Text Example

White with #CED9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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