#CFBED9

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

Shades of Prelude #CFBED9

Tints of Prelude #CFBED9

Color information

#CFBED9 (or 0xCFBED9) is unknown color: approx Prelude. HEX triplet: CF, BE and D9. RGB value is (207,190,217). Sum of RGB (Red+Green+Blue) = 207+190+217=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED9 is #304126. Grayscale: #C6C6C6. Windows color (decimal): -3162407 or 14270159. OLE color: 14270159.

HSL color Cylindrical-coordinate representation of color #CFBED9: hue angle of 277.78º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBED9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207190217-
CMYK0.050.1200.15
HSL277.78º26.21%79.8%-
HSV(B)277.78º12.44%85.1%-
XYZ56.6755.173.29-
YUV198.16138.63134.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=33.71%
G=30.94%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071902170.050.1200.15277.7826.2179.8
HexCFBED95C0F1161a50
Octal31727633151401742632120
Binary110011111011111011011001101110001111100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED9; }

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

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

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

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

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

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

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

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