Html Css Color HEX #CFC4D0 Thistle

📋 copy color: '#CFC4D0'

red 207 ◦ green 196 ◦ blue 208

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

Shades of Thistle #CFC4D0

Tints of Thistle #CFC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.08%

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 33.88%
G = 32.08%
B = 34.04%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFC4D0 (or 0xCFC4D0) is known color: Thistle. HEX triplet: CF, C4 and D0. RGB value is (207,196,208). Sum of RGB (Red+Green+Blue) = 207+196+208=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4D0 is #303B2F. Grayscale: #C8C8C8. Windows color (decimal): -3160880 or 13681871. OLE color: 13681871.

HSL color Cylindrical-coordinate representation of color #CFC4D0: hue angle of 295º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC4D0 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 196 208 -
CMYK 0.00 0.06 0 0.18
HSL 295º 0.11% 0.79% -
HSV(B) 295º 0.06% 0.82% -
XYZ 56.86 57.3 67.74 -
YUV 200.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 207 196 208 0.00 0.06 0 0.18 295 0.11 0.79
Hex CF C4 D0 0 6 0 12 127 B 4F
Octal 317 304 320 0 6 0 22 447 13 117
Binary 11001111 11000100 11010000 0 110 0 10010 100100111 1011 1001111

Color Harmonies of #CFC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC4D0

Black with #CFC4D0

Text Example


Text Example

White with #CFC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC4D0; }

 p { color: rgb(207,196,208); }

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

background-color css

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

 a { background-color: rgb(207,196,208); }

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

border-color css

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

 span { border-color: rgb(207,196,208); }

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