Html Css Color HEX #D9E7FF Solitude

📋 copy color: '#D9E7FF'

red 217 ◦ green 231 ◦ blue 255

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

Shades of Solitude #D9E7FF

Tints of Solitude #D9E7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.27%

R = 30.87%
G = 32.86%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9E7FF (or 0xD9E7FF) is known color: Solitude. HEX triplet: D9, E7 and FF. RGB value is (217,231,255). Sum of RGB (Red+Green+Blue) = 217+231+255=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7FF is #261800. Grayscale: #E5E5E5. Windows color (decimal): -2496513 or 16771033. OLE color: 16771033.

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

Color convert

RGB 217 231 255 -
CMYK 0.15 0.09 0 0
HSL 217.89º 1% 0.93% -
HSV(B) 217.89º 0.15% 1% -
XYZ 75.24 79.12 105.91 -
YUV 229.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 217 231 255 0.15 0.09 0 0 217.89 1 0.93
Hex D9 E7 FF F 9 0 0 DA 64 5D
Octal 331 347 377 17 11 0 0 332 144 135
Binary 11011001 11100111 11111111 1111 1001 0 0 11011010 1100100 1011101

Color Harmonies of #D9E7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E7FF

Black with #D9E7FF

Text Example


Text Example

White with #D9E7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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