#CFBCDA

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

Shades of Prelude #CFBCDA

Tints of Prelude #CFBCDA

Color information

#CFBCDA (or 0xCFBCDA) is unknown color: approx Prelude. HEX triplet: CF, BC and DA. RGB value is (207,188,218). Sum of RGB (Red+Green+Blue) = 207+188+218=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCDA is #304325. Grayscale: #C4C4C4. Windows color (decimal): -3162918 or 14335183. OLE color: 14335183.

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

Color convert

RGB207188218-
CMYK0.050.1400.15
HSL278º28.85%79.61%-
HSV(B)278º13.76%85.49%-
XYZ56.3754.2973.84-
YUV197.1139.79135.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=33.77%
G=30.67%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071882180.050.1400.1527828.8579.61
HexCFBCDA5E0F1161d50
Octal31727433251601742635120
Binary110011111011110011011010101111001111100010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCDA; }

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

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

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

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

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

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

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

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