#CFBED1

Color #CFBED1 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CFBED1

Tints of Thistle #CFBED1

Color information

#CFBED1 (or 0xCFBED1) is unknown color: approx Thistle. HEX triplet: CF, BE and D1. RGB value is (207,190,209). Sum of RGB (Red+Green+Blue) = 207+190+209=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED1 is #30412E. Grayscale: #C5C5C5. Windows color (decimal): -3162415 or 13745871. OLE color: 13745871.

HSL color Cylindrical-coordinate representation of color #CFBED1: hue angle of 293.68º 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 #CFBED1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207190209-
CMYK0.010.0900.18
HSL293.68º17.12%78.24%-
HSV(B)293.68º9.09%81.96%-
XYZ55.6554.767.95-
YUV197.25134.63134.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=34.16%
G=31.35%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071902090.010.0900.18293.6817.1278.24
HexCFBED119012126114e
Octal31727632111102244621116
Binary11001111101111101101000111001010010100100110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED1; }

 p { color: rgb(207,190,209); }

 H1.HeaderClassName
 {
   color: #CFBED1;
 }
 .AnyTagClassName
 {
   color: #CFBED1;
 }
</style>
background-color css

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

 a { background-color: rgb(207,190,209); }

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

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

 span { border-color: rgb(207,190,209); }

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