#CFABDA

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

Shades of Prelude #CFABDA

Tints of Prelude #CFABDA

Color information

#CFABDA (or 0xCFABDA) is unknown color: approx Prelude. HEX triplet: CF, AB and DA. RGB value is (207,171,218). Sum of RGB (Red+Green+Blue) = 207+171+218=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABDA is #305425. Grayscale: #BABABA. Windows color (decimal): -3167270 or 14330831. OLE color: 14330831.

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

Color convert

RGB207171218-
CMYK0.050.2200.15
HSL285.96º38.84%76.27%-
HSV(B)285.96º21.56%85.49%-
XYZ52.9547.4572.7-
YUV187.12145.43142.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=34.73%
G=28.69%
B=36.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071712180.050.2200.15285.9638.8476.27
HexCFABDA5160F11e274c
Octal31725333252601743647114
Binary11001111101010111101101010110110011111000111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABDA; }

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

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

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

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

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

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

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

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