Html Css Color HEX #DBE7FD Solitude

📋 copy color: '#DBE7FD'

red 219 ◦ green 231 ◦ blue 253

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

Shades of Solitude #DBE7FD

Tints of Solitude #DBE7FD

RGB

 RED value IS 219 (85.94% from 255) = 31.15%

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

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

R = 31.15%
G = 32.86%
B = 35.99%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBE7FD (or 0xDBE7FD) is known color: Solitude. HEX triplet: DB, E7 and FD. RGB value is (219,231,253). Sum of RGB (Red+Green+Blue) = 219+231+253=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 231 (90.62% from 255 or 32.86% 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 #DBE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FD is #241802. Grayscale: #E5E5E5. Windows color (decimal): -2365443 or 16639963. OLE color: 16639963.

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

Color convert

RGB 219 231 253 -
CMYK 0.13 0.09 0 0.01
HSL 218.82º 0.89% 0.93% -
HSV(B) 218.82º 0.13% 0.99% -
XYZ 75.52 79.3 104.26 -
YUV 229.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 219 231 253 0.13 0.09 0 0.01 218.82 0.89 0.93
Hex DB E7 FD D 9 0 1 DB 59 5D
Octal 333 347 375 15 11 0 1 333 131 135
Binary 11011011 11100111 11111101 1101 1001 0 1 11011011 1011001 1011101

Color Harmonies of #DBE7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7FD

Black with #DBE7FD

Text Example


Text Example

White with #DBE7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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