Html Css Color HEX #DCE6F9 Solitude

📋 copy color: '#DCE6F9'

red 220 ◦ green 230 ◦ blue 249

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

Shades of Solitude #DCE6F9

Tints of Solitude #DCE6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.9%

 BLUE value IS 249 (97.66% from 255) = 35.62%

R = 31.47%
G = 32.9%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCE6F9 (or 0xDCE6F9) is known color: Solitude. HEX triplet: DC, E6 and F9. RGB value is (220,230,249). Sum of RGB (Red+Green+Blue) = 220+230+249=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6F9 is #231906. Grayscale: #E5E5E5. Windows color (decimal): -2300167 or 16377564. OLE color: 16377564.

HSL color Cylindrical-coordinate representation of color #DCE6F9: hue angle of 219.31º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE6F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 230 249 -
CMYK 0.12 0.08 0 0.02
HSL 219.31º 0.71% 0.92% -
HSV(B) 219.31º 0.12% 0.98% -
XYZ 74.91 78.65 100.86 -
YUV 229.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 220 230 249 0.12 0.08 0 0.02 219.31 0.71 0.92
Hex DC E6 F9 C 8 0 2 DB 47 5C
Octal 334 346 371 14 10 0 2 333 107 134
Binary 11011100 11100110 11111001 1100 1000 0 10 11011011 1000111 1011100

Color Harmonies of #DCE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE6F9

Black with #DCE6F9

Text Example


Text Example

White with #DCE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE6F9; }

 p { color: rgb(220,230,249); }

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

background-color css

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

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

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

border-color css

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

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

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