#CBAFDB

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

Shades of Prelude #CBAFDB

Tints of Prelude #CBAFDB

Color information

#CBAFDB (or 0xCBAFDB) is unknown color: approx Prelude. HEX triplet: CB, AF and DB. RGB value is (203,175,219). Sum of RGB (Red+Green+Blue) = 203+175+219=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDB is #345024. Grayscale: #BCBCBC. Windows color (decimal): -3428389 or 14397387. OLE color: 14397387.

HSL color Cylindrical-coordinate representation of color #CBAFDB: hue angle of 278.18º degrees, saturation: 0.38, 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 #CBAFDB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203175219-
CMYK0.070.2000.14
HSL278.18º37.93%77.25%-
HSV(B)278.18º20.09%85.88%-
XYZ52.7448.4773.59-
YUV188.39145.28138.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=34.00%
G=29.31%
B=36.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031752190.070.2000.14278.1837.9377.25
HexCBAFDB7140E116264d
Octal31325733372401642646115
Binary11001011101011111101101111110100011101000101101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFDB; }

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

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

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

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

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

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

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

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