Html Css Color HEX #CFB4CE Thistle

📋 copy color: '#CFB4CE'

red 207 ◦ green 180 ◦ blue 206

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

Shades of Thistle #CFB4CE

Tints of Thistle #CFB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 34.91%
G = 30.35%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB4CE (or 0xCFB4CE) is known color: Thistle. HEX triplet: CF, B4 and CE. RGB value is (207,180,206). Sum of RGB (Red+Green+Blue) = 207+180+206=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4CE is #304B31. Grayscale: #BEBEBE. Windows color (decimal): -3164978 or 13546703. OLE color: 13546703.

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

Color convert

RGB 207 180 206 -
CMYK 0 0.13 0.00 0.19
HSL 302.22º 0.22% 0.76% -
HSV(B) 302.22º 0.13% 0.81% -
XYZ 53.19 50.36 65.31 -
YUV 191.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 207 180 206 0 0.13 0.00 0.19 302.22 0.22 0.76
Hex CF B4 CE 0 D 0 13 12E 16 4C
Octal 317 264 316 0 15 0 23 456 26 114
Binary 11001111 10110100 11001110 0 1101 0 10011 100101110 10110 1001100

Color Harmonies of #CFB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4CE

Black with #CFB4CE

Text Example


Text Example

White with #CFB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4CE; }

 p { color: rgb(207,180,206); }

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

background-color css

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

 a { background-color: rgb(207,180,206); }

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

border-color css

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

 span { border-color: rgb(207,180,206); }

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