Html Css Color HEX #CEDFCD Sea Mist

📋 copy color: '#CEDFCD'

red 206 ◦ green 223 ◦ blue 205

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

Shades of Sea Mist #CEDFCD

Tints of Sea Mist #CEDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

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

R = 32.49%
G = 35.17%
B = 32.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CEDFCD (or 0xCEDFCD) is known color: Sea Mist. HEX triplet: CE, DF and CD. RGB value is (206,223,205). Sum of RGB (Red+Green+Blue) = 206+223+205=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCD is #312032. Grayscale: #D7D7D7. Windows color (decimal): -3219507 or 13492174. OLE color: 13492174.

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

Color convert

RGB 206 223 205 -
CMYK 0.08 0 0.08 0.13
HSL 116.67º 0.22% 0.84% -
HSV(B) 116.67º 0.08% 0.87% -
XYZ 62.86 70.3 68.01 -
YUV 215.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 206 223 205 0.08 0 0.08 0.13 116.67 0.22 0.84
Hex CE DF CD 8 0 8 D 75 16 54
Octal 316 337 315 10 0 10 15 165 26 124
Binary 11001110 11011111 11001101 1000 0 1000 1101 1110101 10110 1010100

Color Harmonies of #CEDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFCD

Black with #CEDFCD

Text Example


Text Example

White with #CEDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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