Html Css Color HEX #CDB5CE Thistle

📋 copy color: '#CDB5CE'

red 205 ◦ green 181 ◦ blue 206

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

Shades of Thistle #CDB5CE

Tints of Thistle #CDB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.57%

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

R = 34.63%
G = 30.57%
B = 34.8%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CDB5CE (or 0xCDB5CE) is known color: Thistle. HEX triplet: CD, B5 and CE. RGB value is (205,181,206). Sum of RGB (Red+Green+Blue) = 205+181+206=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CE is #324A31. Grayscale: #BEBEBE. Windows color (decimal): -3295794 or 13546957. OLE color: 13546957.

HSL color Cylindrical-coordinate representation of color #CDB5CE: hue angle of 297.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB5CE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 181 206 -
CMYK 0.00 0.12 0 0.19
HSL 297.6º 0.2% 0.76% -
HSV(B) 297.6º 0.12% 0.81% -
XYZ 52.84 50.48 65.35 -
YUV 191.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 205 181 206 0.00 0.12 0 0.19 297.6 0.2 0.76
Hex CD B5 CE 0 C 0 13 12A 14 4C
Octal 315 265 316 0 14 0 23 452 24 114
Binary 11001101 10110101 11001110 0 1100 0 10011 100101010 10100 1001100

Color Harmonies of #CDB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5CE

Black with #CDB5CE

Text Example


Text Example

White with #CDB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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