#CBADD1

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

Shades of Prelude #CBADD1

Tints of Prelude #CBADD1

Color information

#CBADD1 (or 0xCBADD1) is unknown color: approx Prelude. HEX triplet: CB, AD and D1. RGB value is (203,173,209). Sum of RGB (Red+Green+Blue) = 203+173+209=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD1 is #34522E. Grayscale: #B9B9B9. Windows color (decimal): -3428911 or 13741515. OLE color: 13741515.

HSL color Cylindrical-coordinate representation of color #CBADD1: hue angle of 290º degrees, saturation: 0.28, 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 #CBADD1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203173209-
CMYK0.030.1700.18
HSL290º28.12%74.9%-
HSV(B)290º17.22%81.96%-
XYZ51.0847.1966.74-
YUV186.07140.94140.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=34.70%
G=29.57%
B=35.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031732090.030.1700.1829028.1274.9
HexCBADD13110121221c4b
Octal31325532132102244234113
Binary1100101110101101110100011110001010010100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADD1; }

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

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

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

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

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

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

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

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