#CFBEDC

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

Shades of Prelude #CFBEDC

Tints of Prelude #CFBEDC

Color information

#CFBEDC (or 0xCFBEDC) is unknown color: approx Prelude. HEX triplet: CF, BE and DC. RGB value is (207,190,220). Sum of RGB (Red+Green+Blue) = 207+190+220=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEDC is #304123. Grayscale: #C6C6C6. Windows color (decimal): -3162404 or 14466767. OLE color: 14466767.

HSL color Cylindrical-coordinate representation of color #CFBEDC: hue angle of 274º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBEDC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207190220-
CMYK0.060.1400.14
HSL274º30%80.39%-
HSV(B)274º13.64%86.27%-
XYZ57.0655.2675.37-
YUV198.5140.13134.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=33.55%
G=30.79%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071902200.060.1400.142743080.39
HexCFBEDC6E0E1121e50
Octal31727633461601642236120
Binary110011111011111011011100110111001110100010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEDC; }

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

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

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

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

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

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

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

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