Html Css Color HEX #D9E7FD Solitude

📋 copy color: '#D9E7FD'

red 217 ◦ green 231 ◦ blue 253

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

Shades of Solitude #D9E7FD

Tints of Solitude #D9E7FD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.95%

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

R = 30.96%
G = 32.95%
B = 36.09%

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

#D9E7FD (or 0xD9E7FD) is known color: Solitude. HEX triplet: D9, E7 and FD. RGB value is (217,231,253). Sum of RGB (Red+Green+Blue) = 217+231+253=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7FD is #261802. Grayscale: #E5E5E5. Windows color (decimal): -2496515 or 16639961. OLE color: 16639961.

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

Color convert

RGB 217 231 253 -
CMYK 0.14 0.09 0 0.01
HSL 216.67º 0.9% 0.92% -
HSV(B) 216.67º 0.14% 0.99% -
XYZ 74.92 79 104.23 -
YUV 229.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 217 231 253 0.14 0.09 0 0.01 216.67 0.9 0.92
Hex D9 E7 FD E 9 0 1 D9 5A 5C
Octal 331 347 375 16 11 0 1 331 132 134
Binary 11011001 11100111 11111101 1110 1001 0 1 11011001 1011010 1011100

Color Harmonies of #D9E7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E7FD

Black with #D9E7FD

Text Example


Text Example

White with #D9E7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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