Html Css Color HEX #CEDCCD Sea Mist

📋 copy color: '#CEDCCD'

red 206 ◦ green 220 ◦ blue 205

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

Shades of Sea Mist #CEDCCD

Tints of Sea Mist #CEDCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

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

R = 32.65%
G = 34.87%
B = 32.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#CEDCCD (or 0xCEDCCD) is known color: Sea Mist. HEX triplet: CE, DC and CD. RGB value is (206,220,205). Sum of RGB (Red+Green+Blue) = 206+220+205=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCD is #312332. Grayscale: #D6D6D6. Windows color (decimal): -3220275 or 13491406. OLE color: 13491406.

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

Color convert

RGB 206 220 205 -
CMYK 0.06 0 0.07 0.14
HSL 116º 0.18% 0.83% -
HSV(B) 116º 0.07% 0.86% -
XYZ 62.07 68.72 67.75 -
YUV 214.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 206 220 205 0.06 0 0.07 0.14 116 0.18 0.83
Hex CE DC CD 6 0 7 E 74 12 53
Octal 316 334 315 6 0 7 16 164 22 123
Binary 11001110 11011100 11001101 110 0 111 1110 1110100 10010 1010011

Color Harmonies of #CEDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCCD

Black with #CEDCCD

Text Example


Text Example

White with #CEDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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