Html Css Color HEX #D9E6FD Solitude

📋 copy color: '#D9E6FD'

red 217 ◦ green 230 ◦ blue 253

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

Shades of Solitude #D9E6FD

Tints of Solitude #D9E6FD

RGB

 RED value IS 217 (85.16% from 255) = 31%

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

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

R = 31%
G = 32.86%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9E6FD (or 0xD9E6FD) is known color: Solitude. HEX triplet: D9, E6 and FD. RGB value is (217,230,253). Sum of RGB (Red+Green+Blue) = 217+230+253=700 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E6FD is #261902. Grayscale: #E4E4E4. Windows color (decimal): -2496771 or 16639705. OLE color: 16639705.

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

Color convert

RGB 217 230 253 -
CMYK 0.14 0.09 0 0.01
HSL 218.33º 0.9% 0.92% -
HSV(B) 218.33º 0.14% 0.99% -
XYZ 74.64 78.44 104.13 -
YUV 228.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 217 230 253 0.14 0.09 0 0.01 218.33 0.9 0.92
Hex D9 E6 FD E 9 0 1 DA 5A 5C
Octal 331 346 375 16 11 0 1 332 132 134
Binary 11011001 11100110 11111101 1110 1001 0 1 11011010 1011010 1011100

Color Harmonies of #D9E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E6FD

Black with #D9E6FD

Text Example


Text Example

White with #D9E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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