#CFBDDC

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

Shades of Prelude #CFBDDC

Tints of Prelude #CFBDDC

Color information

#CFBDDC (or 0xCFBDDC) is unknown color: approx Prelude. HEX triplet: CF, BD and DC. RGB value is (207,189,220). Sum of RGB (Red+Green+Blue) = 207+189+220=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDDC is #304223. Grayscale: #C5C5C5. Windows color (decimal): -3162660 or 14466511. OLE color: 14466511.

HSL color Cylindrical-coordinate representation of color #CFBDDC: hue angle of 274.84º degrees, saturation: 0.31, 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 #CFBDDC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207189220-
CMYK0.060.1400.14
HSL274.84º30.69%80.2%-
HSV(B)274.84º14.09%86.27%-
XYZ56.8554.8375.3-
YUV197.92140.46134.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=33.60%
G=30.68%
B=35.71%

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
Decimal2071892200.060.1400.14274.8430.6980.2
HexCFBDDC6E0E1131f50
Octal31727533461601642337120
Binary110011111011110111011100110111001110100010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDDC; }

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

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

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

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

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

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

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

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