Html Css Color HEX #DBCFDA Thistle

📋 copy color: '#DBCFDA'

red 219 ◦ green 207 ◦ blue 218

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

Shades of Thistle #DBCFDA

Tints of Thistle #DBCFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 34.01%
G = 32.14%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBCFDA (or 0xDBCFDA) is known color: Thistle. HEX triplet: DB, CF and DA. RGB value is (219,207,218). Sum of RGB (Red+Green+Blue) = 219+207+218=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFDA is #243025. Grayscale: #D3D3D3. Windows color (decimal): -2371622 or 14340059. OLE color: 14340059.

HSL color Cylindrical-coordinate representation of color #DBCFDA: hue angle of 305º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBCFDA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 218 -
CMYK 0 0.05 0.00 0.14
HSL 305º 0.14% 0.84% -
HSV(B) 305º 0.05% 0.86% -
XYZ 64.18 64.75 75.44 -
YUV 211.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 219 207 218 0 0.05 0.00 0.14 305 0.14 0.84
Hex DB CF DA 0 5 0 E 131 E 54
Octal 333 317 332 0 5 0 16 461 16 124
Binary 11011011 11001111 11011010 0 101 0 1110 100110001 1110 1010100

Color Harmonies of #DBCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCFDA

Black with #DBCFDA

Text Example


Text Example

White with #DBCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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