#CBBDD4

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

Shades of Prelude #CBBDD4

Tints of Prelude #CBBDD4

Color information

#CBBDD4 (or 0xCBBDD4) is unknown color: approx Prelude. HEX triplet: CB, BD and D4. RGB value is (203,189,212). Sum of RGB (Red+Green+Blue) = 203+189+212=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD4 is #34422B. Grayscale: #C3C3C3. Windows color (decimal): -3424812 or 13942219. OLE color: 13942219.

HSL color Cylindrical-coordinate representation of color #CBBDD4: hue angle of 276.52º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBDD4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203189212-
CMYK0.040.1100.17
HSL276.52º21.1%78.63%-
HSV(B)276.52º10.85%83.14%-
XYZ54.7153.8569.8-
YUV195.81137.14133.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=33.61%
G=31.29%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031892120.040.1100.17276.5221.178.63
HexCBBDD44B011115154f
Octal31327532441302142525117
Binary1100101110111101110101001001011010001100010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD4; }

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

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

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

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

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

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

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

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