Html Css Color HEX #CDB9CE Thistle

📋 copy color: '#CDB9CE'

red 205 ◦ green 185 ◦ blue 206

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

Shades of Thistle #CDB9CE

Tints of Thistle #CDB9CE

RGB

 RED value IS 205 (80.47% from 255) = 34.4%

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 34.4%
G = 31.04%
B = 34.56%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CDB9CE (or 0xCDB9CE) is known color: Thistle. HEX triplet: CD, B9 and CE. RGB value is (205,185,206). Sum of RGB (Red+Green+Blue) = 205+185+206=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9CE is #324631. Grayscale: #C1C1C1. Windows color (decimal): -3294770 or 13547981. OLE color: 13547981.

HSL color Cylindrical-coordinate representation of color #CDB9CE: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9CE is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 185 206 -
CMYK 0.00 0.10 0 0.19
HSL 297.14º 0.18% 0.77% -
HSV(B) 297.14º 0.1% 0.81% -
XYZ 53.67 52.13 65.63 -
YUV 193.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 205 185 206 0.00 0.10 0 0.19 297.14 0.18 0.77
Hex CD B9 CE 0 A 0 13 129 12 4D
Octal 315 271 316 0 12 0 23 451 22 115
Binary 11001101 10111001 11001110 0 1010 0 10011 100101001 10010 1001101

Color Harmonies of #CDB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9CE

Black with #CDB9CE

Text Example


Text Example

White with #CDB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9CE; }

 p { color: rgb(205,185,206); }

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

background-color css

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

 a { background-color: rgb(205,185,206); }

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

border-color css

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

 span { border-color: rgb(205,185,206); }

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