Html Css Color HEX #CEF6DC Swans Down

📋 copy color: '#CEF6DC'

red 206 ◦ green 246 ◦ blue 220

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

Shades of Swans Down #CEF6DC

Tints of Swans Down #CEF6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.61%

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 30.65%
G = 36.61%
B = 32.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#CEF6DC (or 0xCEF6DC) is known color: Swans Down. HEX triplet: CE, F6 and DC. RGB value is (206,246,220). Sum of RGB (Red+Green+Blue) = 206+246+220=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6DC is #310923. Grayscale: #E7E7E7. Windows color (decimal): -3213604 or 14481102. OLE color: 14481102.

HSL color Cylindrical-coordinate representation of color #CEF6DC: hue angle of 141º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6DC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 220 -
CMYK 0.16 0 0.11 0.04
HSL 141º 0.69% 0.89% -
HSV(B) 141º 0.16% 0.96% -
XYZ 71.33 84.2 80.2 -
YUV 231.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 206 246 220 0.16 0 0.11 0.04 141 0.69 0.89
Hex CE F6 DC 10 0 B 4 8D 45 59
Octal 316 366 334 20 0 13 4 215 105 131
Binary 11001110 11110110 11011100 10000 0 1011 100 10001101 1000101 1011001

Color Harmonies of #CEF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF6DC

Black with #CEF6DC

Text Example


Text Example

White with #CEF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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