Html Css Color HEX #DECFDB Thistle

📋 copy color: '#DECFDB'

red 222 ◦ green 207 ◦ blue 219

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

Shades of Thistle #DECFDB

Tints of Thistle #DECFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.94%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 34.26%
G = 31.94%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DECFDB (or 0xDECFDB) is known color: Thistle. HEX triplet: DE, CF and DB. RGB value is (222,207,219). Sum of RGB (Red+Green+Blue) = 222+207+219=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFDB is #213024. Grayscale: #D4D4D4. Windows color (decimal): -2175013 or 14405598. OLE color: 14405598.

HSL color Cylindrical-coordinate representation of color #DECFDB: hue angle of 312º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECFDB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 219 -
CMYK 0 0.07 0.01 0.13
HSL 312º 0.19% 0.84% -
HSV(B) 312º 0.07% 0.87% -
XYZ 65.22 65.27 76.18 -
YUV 212.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 222 207 219 0 0.07 0.01 0.13 312 0.19 0.84
Hex DE CF DB 0 7 1 D 138 13 54
Octal 336 317 333 0 7 1 15 470 23 124
Binary 11011110 11001111 11011011 0 111 1 1101 100111000 10011 1010100

Color Harmonies of #DECFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECFDB

Black with #DECFDB

Text Example


Text Example

White with #DECFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECFDB; }

 p { color: rgb(222,207,219); }

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

background-color css

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

 a { background-color: rgb(222,207,219); }

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

border-color css

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

 span { border-color: rgb(222,207,219); }

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