#CBADDE

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

Shades of Prelude #CBADDE

Tints of Prelude #CBADDE

Color information

#CBADDE (or 0xCBADDE) is unknown color: approx Prelude. HEX triplet: CB, AD and DE. RGB value is (203,173,222). Sum of RGB (Red+Green+Blue) = 203+173+222=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDE is #345221. Grayscale: #BBBBBB. Windows color (decimal): -3428898 or 14593483. OLE color: 14593483.

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

Color convert

RGB203173222-
CMYK0.090.2200.13
HSL276.73º42.61%77.45%-
HSV(B)276.73º22.07%87.06%-
XYZ52.7647.8675.56-
YUV187.56147.44139.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=33.95%
G=28.93%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031732220.090.2200.13276.7342.6177.45
HexCBADDE9160D1152b4d
Octal313255336112601542553115
Binary110010111010110111011110100110110011011000101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADDE; }

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

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

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

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

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

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

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

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