Html Css Color HEX #CBB6DA Prelude

📋 copy color: '#CBB6DA'

red 203 ◦ green 182 ◦ blue 218

#CBB6DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CBB6DA

Tints of Prelude #CBB6DA

RGB

 RED value IS 203 (79.69% from 255) = 33.67%

 GREEN value IS 182 (71.48% from 255) = 30.18%

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 33.67%
G = 30.18%
B = 36.15%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBB6DA (or 0xCBB6DA) is known color: Prelude. HEX triplet: CB, B6 and DA. RGB value is (203,182,218). Sum of RGB (Red+Green+Blue) = 203+182+218=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DA is #344925. Grayscale: #C0C0C0. Windows color (decimal): -3426598 or 14333643. OLE color: 14333643.

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

Color convert

RGB 203 182 218 -
CMYK 0.07 0.17 0 0.15
HSL 275º 0.33% 0.78% -
HSV(B) 275º 0.17% 0.85% -
XYZ 54.01 51.21 73.37 -
YUV 192.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 203 182 218 0.07 0.17 0 0.15 275 0.33 0.78
Hex CB B6 DA 7 11 0 F 113 21 4E
Octal 313 266 332 7 21 0 17 423 41 116
Binary 11001011 10110110 11011010 111 10001 0 1111 100010011 100001 1001110

Color Harmonies of #CBB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6DA

Black with #CBB6DA

Text Example


Text Example

White with #CBB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6DA; }

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

 H1.HeaderClassName
 {
   color: #CBB6DA;
 }
 .AnyTagClassName
 {
   color: #CBB6DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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