#CFBEDD

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

Shades of Prelude #CFBEDD

Tints of Prelude #CFBEDD

Color information

#CFBEDD (or 0xCFBEDD) is unknown color: approx Prelude. HEX triplet: CF, BE and DD. RGB value is (207,190,221). Sum of RGB (Red+Green+Blue) = 207+190+221=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDD is #304122. Grayscale: #C6C6C6. Windows color (decimal): -3162403 or 14532303. OLE color: 14532303.

HSL color Cylindrical-coordinate representation of color #CFBEDD: hue angle of 272.9º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBEDD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207190221-
CMYK0.060.1400.13
HSL272.9º31.31%80.59%-
HSV(B)272.9º14.03%86.67%-
XYZ57.255.3176.07-
YUV198.62140.63133.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=33.50%
G=30.74%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071902210.060.1400.13272.931.3180.59
HexCFBEDD6E0D1111f51
Octal31727633561601542137121
Binary110011111011111011011101110111001101100010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEDD; }

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

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

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

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

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

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

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

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