#CFBED5

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

Shades of Prelude #CFBED5

Tints of Prelude #CFBED5

Color information

#CFBED5 (or 0xCFBED5) is unknown color: approx Prelude. HEX triplet: CF, BE and D5. RGB value is (207,190,213). Sum of RGB (Red+Green+Blue) = 207+190+213=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED5 is #30412A. Grayscale: #C5C5C5. Windows color (decimal): -3162411 or 14008015. OLE color: 14008015.

HSL color Cylindrical-coordinate representation of color #CFBED5: hue angle of 284.35º degrees, saturation: 0.21, 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 #CFBED5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207190213-
CMYK0.030.1100.16
HSL284.35º21.5%79.02%-
HSV(B)284.35º10.8%83.53%-
XYZ56.1654.970.59-
YUV197.7136.63134.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=33.93%
G=31.15%
B=34.92%

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
Decimal2071902130.030.1100.16284.3521.579.02
HexCFBED53B01011c154f
Octal31727632531302043425117
Binary110011111011111011010101111011010000100011100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED5; }

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

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

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

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

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

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

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

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