Html Css Color HEX #CBB2DC Prelude

📋 copy color: '#CBB2DC'

red 203 ◦ green 178 ◦ blue 220

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

Shades of Prelude #CBB2DC

Tints of Prelude #CBB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 33.78%
G = 29.62%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBB2DC (or 0xCBB2DC) is known color: Prelude. HEX triplet: CB, B2 and DC. RGB value is (203,178,220). Sum of RGB (Red+Green+Blue) = 203+178+220=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DC is #344D23. Grayscale: #BEBEBE. Windows color (decimal): -3427620 or 14463691. OLE color: 14463691.

HSL color Cylindrical-coordinate representation of color #CBB2DC: hue angle of 275.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB2DC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 178 220 -
CMYK 0.08 0.19 0 0.14
HSL 275.71º 0.38% 0.78% -
HSV(B) 275.71º 0.19% 0.86% -
XYZ 53.47 49.7 74.49 -
YUV 190.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 203 178 220 0.08 0.19 0 0.14 275.71 0.38 0.78
Hex CB B2 DC 8 13 0 E 114 26 4E
Octal 313 262 334 10 23 0 16 424 46 116
Binary 11001011 10110010 11011100 1000 10011 0 1110 100010100 100110 1001110

Color Harmonies of #CBB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2DC

Black with #CBB2DC

Text Example


Text Example

White with #CBB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2DC; }

 p { color: rgb(203,178,220); }

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

background-color css

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

 a { background-color: rgb(203,178,220); }

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

border-color css

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

 span { border-color: rgb(203,178,220); }

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