Html Css Color HEX #CEDCCE Sea Mist

📋 copy color: '#CEDCCE'

red 206 ◦ green 220 ◦ blue 206

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

Shades of Sea Mist #CEDCCE

Tints of Sea Mist #CEDCCE

RGB

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

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

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

R = 32.59%
G = 34.81%
B = 32.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#CEDCCE (or 0xCEDCCE) is known color: Sea Mist. HEX triplet: CE, DC and CE. RGB value is (206,220,206). Sum of RGB (Red+Green+Blue) = 206+220+206=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCCE is #312331. Grayscale: #D6D6D6. Windows color (decimal): -3220274 or 13556942. OLE color: 13556942.

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

Color convert

RGB 206 220 206 -
CMYK 0.06 0 0.06 0.14
HSL 120º 0.17% 0.84% -
HSV(B) 120º 0.06% 0.86% -
XYZ 62.19 68.76 68.39 -
YUV 214.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 206 220 206 0.06 0 0.06 0.14 120 0.17 0.84
Hex CE DC CE 6 0 6 E 78 11 54
Octal 316 334 316 6 0 6 16 170 21 124
Binary 11001110 11011100 11001110 110 0 110 1110 1111000 10001 1010100

Color Harmonies of #CEDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCCE

Black with #CEDCCE

Text Example


Text Example

White with #CEDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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