Html Css Color HEX #CBB1D2 Prelude

📋 copy color: '#CBB1D2'

red 203 ◦ green 177 ◦ blue 210

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

Shades of Prelude #CBB1D2

Tints of Prelude #CBB1D2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30%

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 34.41%
G = 30%
B = 35.59%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBB1D2 (or 0xCBB1D2) is known color: Prelude. HEX triplet: CB, B1 and D2. RGB value is (203,177,210). Sum of RGB (Red+Green+Blue) = 203+177+210=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1D2 is #344E2D. Grayscale: #BCBCBC. Windows color (decimal): -3427886 or 13808075. OLE color: 13808075.

HSL color Cylindrical-coordinate representation of color #CBB1D2: hue angle of 287.27º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB1D2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 177 210 -
CMYK 0.03 0.16 0 0.18
HSL 287.27º 0.27% 0.76% -
HSV(B) 287.27º 0.16% 0.82% -
XYZ 51.98 48.79 67.65 -
YUV 188.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 203 177 210 0.03 0.16 0 0.18 287.27 0.27 0.76
Hex CB B1 D2 3 10 0 12 11F 1B 4C
Octal 313 261 322 3 20 0 22 437 33 114
Binary 11001011 10110001 11010010 11 10000 0 10010 100011111 11011 1001100

Color Harmonies of #CBB1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1D2

Black with #CBB1D2

Text Example


Text Example

White with #CBB1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1D2; }

 p { color: rgb(203,177,210); }

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

background-color css

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

 a { background-color: rgb(203,177,210); }

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

border-color css

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

 span { border-color: rgb(203,177,210); }

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