Html Css Color HEX #CFBDD0 Thistle

📋 copy color: '#CFBDD0'

red 207 ◦ green 189 ◦ blue 208

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

Shades of Thistle #CFBDD0

Tints of Thistle #CFBDD0

RGB

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

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

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

R = 34.27%
G = 31.29%
B = 34.44%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBDD0 (or 0xCFBDD0) is known color: Thistle. HEX triplet: CF, BD and D0. RGB value is (207,189,208). Sum of RGB (Red+Green+Blue) = 207+189+208=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD0 is #30422F. Grayscale: #C4C4C4. Windows color (decimal): -3162672 or 13680079. OLE color: 13680079.

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

Color convert

RGB 207 189 208 -
CMYK 0.00 0.09 0 0.18
HSL 296.84º 0.17% 0.78% -
HSV(B) 296.84º 0.09% 0.82% -
XYZ 55.31 54.21 67.22 -
YUV 196.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 207 189 208 0.00 0.09 0 0.18 296.84 0.17 0.78
Hex CF BD D0 0 9 0 12 129 11 4E
Octal 317 275 320 0 11 0 22 451 21 116
Binary 11001111 10111101 11010000 0 1001 0 10010 100101001 10001 1001110

Color Harmonies of #CFBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD0

Black with #CFBDD0

Text Example


Text Example

White with #CFBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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