#CFBED6

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

Shades of Prelude #CFBED6

Tints of Prelude #CFBED6

Color information

#CFBED6 (or 0xCFBED6) is unknown color: approx Prelude. HEX triplet: CF, BE and D6. RGB value is (207,190,214). Sum of RGB (Red+Green+Blue) = 207+190+214=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED6 is #304129. Grayscale: #C5C5C5. Windows color (decimal): -3162410 or 14073551. OLE color: 14073551.

HSL color Cylindrical-coordinate representation of color #CFBED6: hue angle of 282.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBED6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207190214-
CMYK0.030.1100.16
HSL282.5º22.64%79.22%-
HSV(B)282.5º11.21%83.92%-
XYZ56.2854.9571.26-
YUV197.82137.13134.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=33.88%
G=31.10%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071902140.030.1100.16282.522.6479.22
HexCFBED63B01011a174f
Octal31727632631302043227117
Binary110011111011111011010110111011010000100011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED6; }

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

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

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

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

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

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

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

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