Html Css Color HEX #CDBECD Thistle

📋 copy color: '#CDBECD'

red 205 ◦ green 190 ◦ blue 205

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

Shades of Thistle #CDBECD

Tints of Thistle #CDBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 34.17%
G = 31.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDBECD (or 0xCDBECD) is known color: Thistle. HEX triplet: CD, BE and CD. RGB value is (205,190,205). Sum of RGB (Red+Green+Blue) = 205+190+205=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECD is #324132. Grayscale: #C4C4C4. Windows color (decimal): -3293491 or 13483725. OLE color: 13483725.

HSL color Cylindrical-coordinate representation of color #CDBECD: hue angle of 300º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBECD is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 205 -
CMYK 0 0.07 0 0.20
HSL 300º 0.13% 0.77% -
HSV(B) 300º 0.07% 0.8% -
XYZ 54.61 54.21 65.34 -
YUV 196.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 205 190 205 0 0.07 0 0.20 300 0.13 0.77
Hex CD BE CD 0 7 0 14 12C D 4D
Octal 315 276 315 0 7 0 24 454 15 115
Binary 11001101 10111110 11001101 0 111 0 10100 100101100 1101 1001101

Color Harmonies of #CDBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBECD

Black with #CDBECD

Text Example


Text Example

White with #CDBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBECD; }

 p { color: rgb(205,190,205); }

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

background-color css

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

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

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

border-color css

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

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

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