Html Css Color HEX #DCEFE2 Swans Down

📋 copy color: '#DCEFE2'

red 220 ◦ green 239 ◦ blue 226

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

Shades of Swans Down #DCEFE2

Tints of Swans Down #DCEFE2

RGB

 RED value IS 220 (86.33% from 255) = 32.12%

 GREEN value IS 239 (93.75% from 255) = 34.89%

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 32.12%
G = 34.89%
B = 32.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DCEFE2 (or 0xDCEFE2) is known color: Swans Down. HEX triplet: DC, EF and E2. RGB value is (220,239,226). Sum of RGB (Red+Green+Blue) = 220+239+226=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE2 is #23101D. Grayscale: #E7E7E7. Windows color (decimal): -2297886 or 14872540. OLE color: 14872540.

HSL color Cylindrical-coordinate representation of color #DCEFE2: hue angle of 138.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 226 -
CMYK 0.08 0 0.05 0.06
HSL 138.95º 0.37% 0.9% -
HSV(B) 138.95º 0.08% 0.94% -
XYZ 74.11 82.44 83.96 -
YUV 231.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 220 239 226 0.08 0 0.05 0.06 138.95 0.37 0.9
Hex DC EF E2 8 0 5 6 8B 25 5A
Octal 334 357 342 10 0 5 6 213 45 132
Binary 11011100 11101111 11100010 1000 0 101 110 10001011 100101 1011010

Color Harmonies of #DCEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFE2

Black with #DCEFE2

Text Example


Text Example

White with #DCEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFE2; }

 p { color: rgb(220,239,226); }

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

background-color css

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

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

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

border-color css

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

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

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