Html Css Color HEX #CFC2D0 Thistle

📋 copy color: '#CFC2D0'

red 207 ◦ green 194 ◦ blue 208

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

Shades of Thistle #CFC2D0

Tints of Thistle #CFC2D0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.86%

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

R = 33.99%
G = 31.86%
B = 34.15%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFC2D0 (or 0xCFC2D0) is known color: Thistle. HEX triplet: CF, C2 and D0. RGB value is (207,194,208). Sum of RGB (Red+Green+Blue) = 207+194+208=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2D0 is #303D2F. Grayscale: #C7C7C7. Windows color (decimal): -3161392 or 13681359. OLE color: 13681359.

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

Color convert

RGB 207 194 208 -
CMYK 0.00 0.07 0 0.18
HSL 295.71º 0.13% 0.79% -
HSV(B) 295.71º 0.07% 0.82% -
XYZ 56.41 56.4 67.59 -
YUV 199.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 207 194 208 0.00 0.07 0 0.18 295.71 0.13 0.79
Hex CF C2 D0 0 7 0 12 128 D 4F
Octal 317 302 320 0 7 0 22 450 15 117
Binary 11001111 11000010 11010000 0 111 0 10010 100101000 1101 1001111

Color Harmonies of #CFC2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC2D0

Black with #CFC2D0

Text Example


Text Example

White with #CFC2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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