Html Css Color HEX #DBEAFA Solitude

📋 copy color: '#DBEAFA'

red 219 ◦ green 234 ◦ blue 250

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

Shades of Solitude #DBEAFA

Tints of Solitude #DBEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.29%

 BLUE value IS 250 (98.05% from 255) = 35.56%

R = 31.15%
G = 33.29%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEAFA (or 0xDBEAFA) is known color: Solitude. HEX triplet: DB, EA and FA. RGB value is (219,234,250). Sum of RGB (Red+Green+Blue) = 219+234+250=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFA is #241505. Grayscale: #E7E7E7. Windows color (decimal): -2364678 or 16444123. OLE color: 16444123.

HSL color Cylindrical-coordinate representation of color #DBEAFA: hue angle of 210.97º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEAFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 234 250 -
CMYK 0.12 0.06 0 0.02
HSL 210.97º 0.76% 0.92% -
HSV(B) 210.97º 0.12% 0.98% -
XYZ 75.89 80.81 102.04 -
YUV 231.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 219 234 250 0.12 0.06 0 0.02 210.97 0.76 0.92
Hex DB EA FA C 6 0 2 D3 4C 5C
Octal 333 352 372 14 6 0 2 323 114 134
Binary 11011011 11101010 11111010 1100 110 0 10 11010011 1001100 1011100

Color Harmonies of #DBEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAFA

Black with #DBEAFA

Text Example


Text Example

White with #DBEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAFA; }

 p { color: rgb(219,234,250); }

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

background-color css

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

 a { background-color: rgb(219,234,250); }

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

border-color css

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

 span { border-color: rgb(219,234,250); }

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