Html Css Color HEX #CED5CF Sea Mist

📋 copy color: '#CED5CF'

red 206 ◦ green 213 ◦ blue 207

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

Shades of Sea Mist #CED5CF

Tints of Sea Mist #CED5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.03%

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

R = 32.91%
G = 34.03%
B = 33.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#CED5CF (or 0xCED5CF) is known color: Sea Mist. HEX triplet: CE, D5 and CF. RGB value is (206,213,207). Sum of RGB (Red+Green+Blue) = 206+213+207=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CF is #312A30. Grayscale: #D2D2D2. Windows color (decimal): -3222065 or 13620686. OLE color: 13620686.

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

Color convert

RGB 206 213 207 -
CMYK 0.03 0 0.03 0.16
HSL 128.57º 0.08% 0.82% -
HSV(B) 128.57º 0.03% 0.84% -
XYZ 60.51 65.22 68.43 -
YUV 210.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 206 213 207 0.03 0 0.03 0.16 128.57 0.08 0.82
Hex CE D5 CF 3 0 3 10 81 8 52
Octal 316 325 317 3 0 3 20 201 10 122
Binary 11001110 11010101 11001111 11 0 11 10000 10000001 1000 1010010

Color Harmonies of #CED5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5CF

Black with #CED5CF

Text Example


Text Example

White with #CED5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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