#CBAFDC

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

Shades of Prelude #CBAFDC

Tints of Prelude #CBAFDC

Color information

#CBAFDC (or 0xCBAFDC) is unknown color: approx Prelude. HEX triplet: CB, AF and DC. RGB value is (203,175,220). Sum of RGB (Red+Green+Blue) = 203+175+220=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDC is #345023. Grayscale: #BCBCBC. Windows color (decimal): -3428388 or 14462923. OLE color: 14462923.

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

Color convert

RGB203175220-
CMYK0.080.2000.14
HSL277.33º39.13%77.45%-
HSV(B)277.33º20.45%86.27%-
XYZ52.8848.5274.29-
YUV188.5145.78138.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=33.95%
G=29.26%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031752200.080.2000.14277.3339.1377.45
HexCBAFDC8140E115274d
Octal313257334102401642547115
Binary110010111010111111011100100010100011101000101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFDC; }

 p { color: rgb(203,175,220); }

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

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

 a { background-color: rgb(203,175,220); }

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

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

 span { border-color: rgb(203,175,220); }

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