#CBBDD1

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

Shades of Prelude #CBBDD1

Tints of Prelude #CBBDD1

Color information

#CBBDD1 (or 0xCBBDD1) is unknown color: approx Prelude. HEX triplet: CB, BD and D1. RGB value is (203,189,209). Sum of RGB (Red+Green+Blue) = 203+189+209=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD1 is #34422E. Grayscale: #C3C3C3. Windows color (decimal): -3424815 or 13745611. OLE color: 13745611.

HSL color Cylindrical-coordinate representation of color #CBBDD1: hue angle of 282º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBDD1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203189209-
CMYK0.030.1000.18
HSL282º17.86%78.04%-
HSV(B)282º9.57%81.96%-
XYZ54.3353.767.82-
YUV195.47135.64133.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=33.78%
G=31.45%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031892090.030.1000.1828217.8678.04
HexCBBDD13A01211a124e
Octal31327532131202243222116
Binary110010111011110111010001111010010010100011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD1; }

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

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

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

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

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

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

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

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