Html Css Color HEX #CFBDCC Thistle

📋 copy color: '#CFBDCC'

red 207 ◦ green 189 ◦ blue 204

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

Shades of Thistle #CFBDCC

Tints of Thistle #CFBDCC

RGB

 RED value IS 207 (81.25% from 255) = 34.5%

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 34.5%
G = 31.5%
B = 34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFBDCC (or 0xCFBDCC) is known color: Thistle. HEX triplet: CF, BD and CC. RGB value is (207,189,204). Sum of RGB (Red+Green+Blue) = 207+189+204=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCC is #304233. Grayscale: #C4C4C4. Windows color (decimal): -3162676 or 13417935. OLE color: 13417935.

HSL color Cylindrical-coordinate representation of color #CFBDCC: hue angle of 310º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDCC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 204 -
CMYK 0 0.09 0.01 0.19
HSL 310º 0.16% 0.78% -
HSV(B) 310º 0.09% 0.81% -
XYZ 54.83 54.02 64.66 -
YUV 196.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 207 189 204 0 0.09 0.01 0.19 310 0.16 0.78
Hex CF BD CC 0 9 1 13 136 10 4E
Octal 317 275 314 0 11 1 23 466 20 116
Binary 11001111 10111101 11001100 0 1001 1 10011 100110110 10000 1001110

Color Harmonies of #CFBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDCC

Black with #CFBDCC

Text Example


Text Example

White with #CFBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDCC; }

 p { color: rgb(207,189,204); }

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

background-color css

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

 a { background-color: rgb(207,189,204); }

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

border-color css

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

 span { border-color: rgb(207,189,204); }

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