#CFB0DA

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

Shades of Prelude #CFB0DA

Tints of Prelude #CFB0DA

Color information

#CFB0DA (or 0xCFB0DA) is unknown color: approx Prelude. HEX triplet: CF, B0 and DA. RGB value is (207,176,218). Sum of RGB (Red+Green+Blue) = 207+176+218=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DA is #304F25. Grayscale: #BDBDBD. Windows color (decimal): -3165990 or 14332111. OLE color: 14332111.

HSL color Cylindrical-coordinate representation of color #CFB0DA: hue angle of 284.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB0DA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207176218-
CMYK0.050.1900.15
HSL284.29º36.21%77.25%-
HSV(B)284.29º19.27%85.49%-
XYZ53.9149.3873.02-
YUV190.06143.77140.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=34.44%
G=29.28%
B=36.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071762180.050.1900.15284.2936.2177.25
HexCFB0DA5130F11c244d
Octal31726033252301743444115
Binary11001111101100001101101010110011011111000111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0DA; }

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

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

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

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

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

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

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

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