#D9CEDA

Color #D9CEDA Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D9CEDA

Tints of Thistle #D9CEDA

Color information

#D9CEDA (or 0xD9CEDA) is unknown color: approx Thistle. HEX triplet: D9, CE and DA. RGB value is (217,206,218). Sum of RGB (Red+Green+Blue) = 217+206+218=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDA is #263125. Grayscale: #D2D2D2. Windows color (decimal): -2502950 or 14339801. OLE color: 14339801.

HSL color Cylindrical-coordinate representation of color #D9CEDA: hue angle of 295º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217206218-
CMYK0.000.0600.15
HSL295º13.95%83.14%-
HSV(B)295º5.5%85.49%-
XYZ63.3463.9675.34-
YUV210.66132.14132.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=33.85%
G=32.14%
B=34.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172062180.000.0600.1529513.9583.14
HexD9CEDA060F127e53
Octal3313163320601744716123
Binary11011001110011101101101001100111110010011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEDA; }

 p { color: rgb(217,206,218); }

 H1.HeaderClassName
 {
   color: #D9CEDA;
 }
 .AnyTagClassName
 {
   color: #D9CEDA;
 }
</style>
background-color css

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

 a { background-color: rgb(217,206,218); }

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

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

 span { border-color: rgb(217,206,218); }

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