#CFBED2

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

Shades of Thistle #CFBED2

Tints of Thistle #CFBED2

Color information

#CFBED2 (or 0xCFBED2) is unknown color: approx Thistle. HEX triplet: CF, BE and D2. RGB value is (207,190,210). Sum of RGB (Red+Green+Blue) = 207+190+210=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED2 is #30412D. Grayscale: #C5C5C5. Windows color (decimal): -3162414 or 13811407. OLE color: 13811407.

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

Color convert

RGB207190210-
CMYK0.010.1000.18
HSL291º18.18%78.43%-
HSV(B)291º9.52%82.35%-
XYZ55.7854.7568.6-
YUV197.36135.13134.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=34.10%
G=31.30%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071902100.010.1000.1829118.1878.43
HexCFBED21A012123124e
Octal31727632211202244322116
Binary11001111101111101101001011010010010100100011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED2; }

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

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

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

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

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

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

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

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