Html Css Color HEX #CED7CF Sea Mist

📋 copy color: '#CED7CF'

red 206 ◦ green 215 ◦ blue 207

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

Shades of Sea Mist #CED7CF

Tints of Sea Mist #CED7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 32.8%
G = 34.24%
B = 32.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CED7CF (or 0xCED7CF) is known color: Sea Mist. HEX triplet: CE, D7 and CF. RGB value is (206,215,207). Sum of RGB (Red+Green+Blue) = 206+215+207=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7CF is #312830. Grayscale: #D3D3D3. Windows color (decimal): -3221553 or 13621198. OLE color: 13621198.

HSL color Cylindrical-coordinate representation of color #CED7CF: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED7CF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 207 -
CMYK 0.04 0 0.04 0.16
HSL 126.67º 0.1% 0.83% -
HSV(B) 126.67º 0.04% 0.84% -
XYZ 61.02 66.23 68.6 -
YUV 211.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 206 215 207 0.04 0 0.04 0.16 126.67 0.1 0.83
Hex CE D7 CF 4 0 4 10 7F A 53
Octal 316 327 317 4 0 4 20 177 12 123
Binary 11001110 11010111 11001111 100 0 100 10000 1111111 1010 1010011

Color Harmonies of #CED7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7CF

Black with #CED7CF

Text Example


Text Example

White with #CED7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7CF; }

 p { color: rgb(206,215,207); }

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

background-color css

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

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

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

border-color css

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

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

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