#CBAFDE

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

Shades of Prelude #CBAFDE

Tints of Prelude #CBAFDE

Color information

#CBAFDE (or 0xCBAFDE) is unknown color: approx Prelude. HEX triplet: CB, AF and DE. RGB value is (203,175,222). Sum of RGB (Red+Green+Blue) = 203+175+222=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDE is #345021. Grayscale: #BCBCBC. Windows color (decimal): -3428386 or 14593995. OLE color: 14593995.

HSL color Cylindrical-coordinate representation of color #CBAFDE: hue angle of 275.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAFDE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203175222-
CMYK0.090.2100.13
HSL275.74º41.59%77.84%-
HSV(B)275.74º21.17%87.06%-
XYZ53.1448.6375.69-
YUV188.73146.78138.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=33.83%
G=29.17%
B=37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031752220.090.2100.13275.7441.5977.84
HexCBAFDE9150D1142a4e
Octal313257336112501542452116
Binary110010111010111111011110100110101011011000101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFDE; }

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

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

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

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

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

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

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

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