Html Css Color HEX #CBB4D2 Prelude

📋 copy color: '#CBB4D2'

red 203 ◦ green 180 ◦ blue 210

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

Shades of Prelude #CBB4D2

Tints of Prelude #CBB4D2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 34.23%
G = 30.35%
B = 35.41%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBB4D2 (or 0xCBB4D2) is known color: Prelude. HEX triplet: CB, B4 and D2. RGB value is (203,180,210). Sum of RGB (Red+Green+Blue) = 203+180+210=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4D2 is #344B2D. Grayscale: #BEBEBE. Windows color (decimal): -3427118 or 13808843. OLE color: 13808843.

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

Color convert

RGB 203 180 210 -
CMYK 0.03 0.14 0 0.18
HSL 286º 0.25% 0.76% -
HSV(B) 286º 0.14% 0.82% -
XYZ 52.58 49.99 67.85 -
YUV 190.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 203 180 210 0.03 0.14 0 0.18 286 0.25 0.76
Hex CB B4 D2 3 E 0 12 11E 19 4C
Octal 313 264 322 3 16 0 22 436 31 114
Binary 11001011 10110100 11010010 11 1110 0 10010 100011110 11001 1001100

Color Harmonies of #CBB4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB4D2

Black with #CBB4D2

Text Example


Text Example

White with #CBB4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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