Html Css Color HEX #DEE6F9 Solitude

📋 copy color: '#DEE6F9'

red 222 ◦ green 230 ◦ blue 249

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

Shades of Solitude #DEE6F9

Tints of Solitude #DEE6F9

RGB

 RED value IS 222 (87.11% from 255) = 31.67%

 GREEN value IS 230 (90.23% from 255) = 32.81%

 BLUE value IS 249 (97.66% from 255) = 35.52%

R = 31.67%
G = 32.81%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEE6F9 (or 0xDEE6F9) is known color: Solitude. HEX triplet: DE, E6 and F9. RGB value is (222,230,249). Sum of RGB (Red+Green+Blue) = 222+230+249=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6F9 is #211906. Grayscale: #E5E5E5. Windows color (decimal): -2169095 or 16377566. OLE color: 16377566.

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

Color convert

RGB 222 230 249 -
CMYK 0.11 0.08 0 0.02
HSL 222.22º 0.69% 0.92% -
HSV(B) 222.22º 0.11% 0.98% -
XYZ 75.52 78.96 100.88 -
YUV 229.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 222 230 249 0.11 0.08 0 0.02 222.22 0.69 0.92
Hex DE E6 F9 B 8 0 2 DE 45 5C
Octal 336 346 371 13 10 0 2 336 105 134
Binary 11011110 11100110 11111001 1011 1000 0 10 11011110 1000101 1011100

Color Harmonies of #DEE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE6F9

Black with #DEE6F9

Text Example


Text Example

White with #DEE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE6F9; }

 p { color: rgb(222,230,249); }

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

background-color css

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

 a { background-color: rgb(222,230,249); }

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

border-color css

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

 span { border-color: rgb(222,230,249); }

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