#CBADD0

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

Shades of Prelude #CBADD0

Tints of Prelude #CBADD0

Color information

#CBADD0 (or 0xCBADD0) is unknown color: approx Prelude. HEX triplet: CB, AD and D0. RGB value is (203,173,208). Sum of RGB (Red+Green+Blue) = 203+173+208=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD0 is #34522F. Grayscale: #B9B9B9. Windows color (decimal): -3428912 or 13675979. OLE color: 13675979.

HSL color Cylindrical-coordinate representation of color #CBADD0: hue angle of 291.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBADD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203173208-
CMYK0.020.1700.18
HSL291.43º27.13%74.71%-
HSV(B)291.43º16.83%81.57%-
XYZ50.9647.1466.09-
YUV185.96140.44140.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=34.76%
G=29.62%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031732080.020.1700.18291.4327.1374.71
HexCBADD02110121231b4b
Octal31325532022102244333113
Binary1100101110101101110100001010001010010100100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADD0; }

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

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

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

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

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

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

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

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