#CFB0DC

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

Shades of Prelude #CFB0DC

Tints of Prelude #CFB0DC

Color information

#CFB0DC (or 0xCFB0DC) is unknown color: approx Prelude. HEX triplet: CF, B0 and DC. RGB value is (207,176,220). Sum of RGB (Red+Green+Blue) = 207+176+220=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DC is #304F23. Grayscale: #BEBEBE. Windows color (decimal): -3165988 or 14463183. OLE color: 14463183.

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

Color convert

RGB207176220-
CMYK0.060.200.14
HSL282.27º38.6%77.65%-
HSV(B)282.27º20%86.27%-
XYZ54.1849.4874.41-
YUV190.28144.77139.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=34.33%
G=29.19%
B=36.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071762200.060.200.14282.2738.677.65
HexCFB0DC6140E11a274e
Octal31726033462401643247116
Binary11001111101100001101110011010100011101000110101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0DC; }

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

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

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

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

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

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

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

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