#CBBED6

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

Shades of Prelude #CBBED6

Tints of Prelude #CBBED6

Color information

#CBBED6 (or 0xCBBED6) is unknown color: approx Prelude. HEX triplet: CB, BE and D6. RGB value is (203,190,214). Sum of RGB (Red+Green+Blue) = 203+190+214=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED6 is #344129. Grayscale: #C4C4C4. Windows color (decimal): -3424554 or 14073547. OLE color: 14073547.

HSL color Cylindrical-coordinate representation of color #CBBED6: hue angle of 272.5º degrees, saturation: 0.23, 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 #CBBED6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203190214-
CMYK0.050.1100.16
HSL272.5º22.64%79.22%-
HSV(B)272.5º11.21%83.92%-
XYZ55.1854.3871.21-
YUV196.62137.81132.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=33.44%
G=31.30%
B=35.26%

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
Decimal2031902140.050.1100.16272.522.6479.22
HexCBBED65B010110174f
Octal31327632651302042027117
Binary1100101110111110110101101011011010000100010000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBED6; }

 p { color: rgb(203,190,214); }

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

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

 a { background-color: rgb(203,190,214); }

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

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

 span { border-color: rgb(203,190,214); }

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