#CFC1DA

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

Shades of Prelude #CFC1DA

Tints of Prelude #CFC1DA

Color information

#CFC1DA (or 0xCFC1DA) is unknown color: approx Prelude. HEX triplet: CF, C1 and DA. RGB value is (207,193,218). Sum of RGB (Red+Green+Blue) = 207+193+218=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1DA is #303E25. Grayscale: #C7C7C7. Windows color (decimal): -3161638 or 14336463. OLE color: 14336463.

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

Color convert

RGB207193218-
CMYK0.050.1100.15
HSL273.6º25.25%80.59%-
HSV(B)273.6º11.47%85.49%-
XYZ57.4656.4774.2-
YUV200.04138.14132.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=33.50%
G=31.23%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071932180.050.1100.15273.625.2580.59
HexCFC1DA5B0F1121951
Octal31730133251301742231121
Binary110011111100000111011010101101101111100010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1DA; }

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

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

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

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

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

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

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

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