Html Css Color HEX #CFBCD2 Thistle

📋 copy color: '#CFBCD2'

red 207 ◦ green 188 ◦ blue 210

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

Shades of Thistle #CFBCD2

Tints of Thistle #CFBCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.07%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 34.21%
G = 31.07%
B = 34.71%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBCD2 (or 0xCFBCD2) is known color: Thistle. HEX triplet: CF, BC and D2. RGB value is (207,188,210). Sum of RGB (Red+Green+Blue) = 207+188+210=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD2 is #30432D. Grayscale: #C4C4C4. Windows color (decimal): -3162926 or 13810895. OLE color: 13810895.

HSL color Cylindrical-coordinate representation of color #CFBCD2: hue angle of 291.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBCD2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 188 210 -
CMYK 0.01 0.10 0 0.18
HSL 291.82º 0.2% 0.78% -
HSV(B) 291.82º 0.1% 0.82% -
XYZ 55.35 53.88 68.46 -
YUV 196.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 207 188 210 0.01 0.10 0 0.18 291.82 0.2 0.78
Hex CF BC D2 1 A 0 12 124 14 4E
Octal 317 274 322 1 12 0 22 444 24 116
Binary 11001111 10111100 11010010 1 1010 0 10010 100100100 10100 1001110

Color Harmonies of #CFBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCD2

Black with #CFBCD2

Text Example


Text Example

White with #CFBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCD2; }

 p { color: rgb(207,188,210); }

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

background-color css

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

 a { background-color: rgb(207,188,210); }

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

border-color css

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

 span { border-color: rgb(207,188,210); }

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