Html Css Color HEX #CBB5D4 Prelude

📋 copy color: '#CBB5D4'

red 203 ◦ green 181 ◦ blue 212

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

Shades of Prelude #CBB5D4

Tints of Prelude #CBB5D4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.37%

 BLUE value IS 212 (83.2% from 255) = 35.57%

R = 34.06%
G = 30.37%
B = 35.57%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBB5D4 (or 0xCBB5D4) is known color: Prelude. HEX triplet: CB, B5 and D4. RGB value is (203,181,212). Sum of RGB (Red+Green+Blue) = 203+181+212=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D4 is #344A2B. Grayscale: #BFBFBF. Windows color (decimal): -3426860 or 13940171. OLE color: 13940171.

HSL color Cylindrical-coordinate representation of color #CBB5D4: hue angle of 282.58º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB5D4 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 181 212 -
CMYK 0.04 0.15 0 0.17
HSL 282.58º 0.26% 0.77% -
HSV(B) 282.58º 0.15% 0.83% -
XYZ 53.04 50.5 69.24 -
YUV 191.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 203 181 212 0.04 0.15 0 0.17 282.58 0.26 0.77
Hex CB B5 D4 4 F 0 11 11B 1A 4D
Octal 313 265 324 4 17 0 21 433 32 115
Binary 11001011 10110101 11010100 100 1111 0 10001 100011011 11010 1001101

Color Harmonies of #CBB5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5D4

Black with #CBB5D4

Text Example


Text Example

White with #CBB5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5D4; }

 p { color: rgb(203,181,212); }

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

background-color css

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

 a { background-color: rgb(203,181,212); }

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

border-color css

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

 span { border-color: rgb(203,181,212); }

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