#CBBDD5

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

Shades of Prelude #CBBDD5

Tints of Prelude #CBBDD5

Color information

#CBBDD5 (or 0xCBBDD5) is unknown color: approx Prelude. HEX triplet: CB, BD and D5. RGB value is (203,189,213). Sum of RGB (Red+Green+Blue) = 203+189+213=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD5 is #34422A. Grayscale: #C3C3C3. Windows color (decimal): -3424811 or 14007755. OLE color: 14007755.

HSL color Cylindrical-coordinate representation of color #CBBDD5: hue angle of 275º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBDD5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203189213-
CMYK0.050.1100.16
HSL275º22.22%78.82%-
HSV(B)275º11.27%83.53%-
XYZ54.8453.970.46-
YUV195.92137.64133.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=33.55%
G=31.24%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031892130.050.1100.1627522.2278.82
HexCBBDD55B010113164f
Octal31327532551302042326117
Binary1100101110111101110101011011011010000100010011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD5; }

 p { color: rgb(203,189,213); }

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

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

 a { background-color: rgb(203,189,213); }

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

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

 span { border-color: rgb(203,189,213); }

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