Html Css Color HEX #DFE6FD Solitude

📋 copy color: '#DFE6FD'

red 223 ◦ green 230 ◦ blue 253

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

Shades of Solitude #DFE6FD

Tints of Solitude #DFE6FD

RGB

 RED value IS 223 (87.5% from 255) = 31.59%

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 31.59%
G = 32.58%
B = 35.84%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFE6FD (or 0xDFE6FD) is known color: Solitude. HEX triplet: DF, E6 and FD. RGB value is (223,230,253). Sum of RGB (Red+Green+Blue) = 223+230+253=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6FD is #201902. Grayscale: #E6E6E6. Windows color (decimal): -2103555 or 16639711. OLE color: 16639711.

HSL color Cylindrical-coordinate representation of color #DFE6FD: hue angle of 226º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE6FD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 230 253 -
CMYK 0.12 0.09 0 0.01
HSL 226º 0.88% 0.93% -
HSV(B) 226º 0.12% 0.99% -
XYZ 76.46 79.37 104.22 -
YUV 230.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 223 230 253 0.12 0.09 0 0.01 226 0.88 0.93
Hex DF E6 FD C 9 0 1 E2 58 5D
Octal 337 346 375 14 11 0 1 342 130 135
Binary 11011111 11100110 11111101 1100 1001 0 1 11100010 1011000 1011101

Color Harmonies of #DFE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6FD

Black with #DFE6FD

Text Example


Text Example

White with #DFE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6FD; }

 p { color: rgb(223,230,253); }

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

background-color css

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

 a { background-color: rgb(223,230,253); }

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

border-color css

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

 span { border-color: rgb(223,230,253); }

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