#CBBBDA

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

Shades of Prelude #CBBBDA

Tints of Prelude #CBBBDA

Color information

#CBBBDA (or 0xCBBBDA) is unknown color: approx Prelude. HEX triplet: CB, BB and DA. RGB value is (203,187,218). Sum of RGB (Red+Green+Blue) = 203+187+218=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBDA is #344425. Grayscale: #C3C3C3. Windows color (decimal): -3425318 or 14334923. OLE color: 14334923.

HSL color Cylindrical-coordinate representation of color #CBBBDA: hue angle of 270.97º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBBDA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203187218-
CMYK0.070.1400.15
HSL270.97º29.52%79.41%-
HSV(B)270.97º14.22%85.49%-
XYZ55.0553.373.72-
YUV195.32140.8133.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=33.39%
G=30.76%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031872180.070.1400.15270.9729.5279.41
HexCBBBDA7E0F10f1e4f
Octal31327333271601741736117
Binary110010111011101111011010111111001111100001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBDA; }

 p { color: rgb(203,187,218); }

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

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

 a { background-color: rgb(203,187,218); }

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

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

 span { border-color: rgb(203,187,218); }

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