#CBADD8

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

Shades of Prelude #CBADD8

Tints of Prelude #CBADD8

Color information

#CBADD8 (or 0xCBADD8) is unknown color: approx Prelude. HEX triplet: CB, AD and D8. RGB value is (203,173,216). Sum of RGB (Red+Green+Blue) = 203+173+216=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD8 is #345227. Grayscale: #BABABA. Windows color (decimal): -3428904 or 14200267. OLE color: 14200267.

HSL color Cylindrical-coordinate representation of color #CBADD8: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBADD8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203173216-
CMYK0.060.2000.15
HSL281.86º35.54%76.27%-
HSV(B)281.86º19.91%84.71%-
XYZ51.9747.5471.4-
YUV186.87144.44139.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=34.29%
G=29.22%
B=36.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031732160.060.2000.15281.8635.5476.27
HexCBADD86140F11a244c
Octal31325533062401743244114
Binary11001011101011011101100011010100011111000110101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADD8; }

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

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

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

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

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

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

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

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