#CBAEDD

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

Shades of Prelude #CBAEDD

Tints of Prelude #CBAEDD

Color information

#CBAEDD (or 0xCBAEDD) is unknown color: approx Prelude. HEX triplet: CB, AE and DD. RGB value is (203,174,221). Sum of RGB (Red+Green+Blue) = 203+174+221=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDD is #345122. Grayscale: #BBBBBB. Windows color (decimal): -3428643 or 14528203. OLE color: 14528203.

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

Color convert

RGB203174221-
CMYK0.080.2100.13
HSL277.02º40.87%77.45%-
HSV(B)277.02º21.27%86.67%-
XYZ52.8248.1974.92-
YUV188.03146.61138.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=33.95%
G=29.10%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031742210.080.2100.13277.0240.8777.45
HexCBAEDD8150D115294d
Octal313256335102501542551115
Binary110010111010111011011101100010101011011000101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEDD; }

 p { color: rgb(203,174,221); }

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

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

 a { background-color: rgb(203,174,221); }

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

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

 span { border-color: rgb(203,174,221); }

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