Html Css Color HEX #D9E9FD Solitude

📋 copy color: '#D9E9FD'

red 217 ◦ green 233 ◦ blue 253

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

Shades of Solitude #D9E9FD

Tints of Solitude #D9E9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.14%

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

R = 30.87%
G = 33.14%
B = 35.99%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9E9FD (or 0xD9E9FD) is known color: Solitude. HEX triplet: D9, E9 and FD. RGB value is (217,233,253). Sum of RGB (Red+Green+Blue) = 217+233+253=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E9FD is #261602. Grayscale: #E6E6E6. Windows color (decimal): -2496003 or 16640473. OLE color: 16640473.

HSL color Cylindrical-coordinate representation of color #D9E9FD: hue angle of 213.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 #D9E9FD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 233 253 -
CMYK 0.14 0.08 0 0.01
HSL 213.33º 0.9% 0.92% -
HSV(B) 213.33º 0.14% 0.99% -
XYZ 75.48 80.12 104.42 -
YUV 230.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 217 233 253 0.14 0.08 0 0.01 213.33 0.9 0.92
Hex D9 E9 FD E 8 0 1 D5 5A 5C
Octal 331 351 375 16 10 0 1 325 132 134
Binary 11011001 11101001 11111101 1110 1000 0 1 11010101 1011010 1011100

Color Harmonies of #D9E9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E9FD

Black with #D9E9FD

Text Example


Text Example

White with #D9E9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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