#CBAFCF

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

Shades of Prelude #CBAFCF

Tints of Prelude #CBAFCF

Color information

#CBAFCF (or 0xCBAFCF) is unknown color: approx Prelude. HEX triplet: CB, AF and CF. RGB value is (203,175,207). Sum of RGB (Red+Green+Blue) = 203+175+207=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCF is #345030. Grayscale: #BABABA. Windows color (decimal): -3428401 or 13610955. OLE color: 13610955.

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

Color convert

RGB203175207-
CMYK0.020.1500.19
HSL292.5º25%74.9%-
HSV(B)292.5º15.46%81.18%-
XYZ51.2247.8665.57-
YUV187.02139.28139.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=34.70%
G=29.91%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031752070.020.1500.19292.52574.9
HexCBAFCF2F013124194b
Octal31325731721702344431113
Binary110010111010111111001111101111010011100100100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFCF; }

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

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

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

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

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

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

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

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