Html Css Color HEX #CBB8D4 Prelude

📋 copy color: '#CBB8D4'

red 203 ◦ green 184 ◦ blue 212

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

Shades of Prelude #CBB8D4

Tints of Prelude #CBB8D4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

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

R = 33.89%
G = 30.72%
B = 35.39%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBB8D4 (or 0xCBB8D4) is known color: Prelude. HEX triplet: CB, B8 and D4. RGB value is (203,184,212). Sum of RGB (Red+Green+Blue) = 203+184+212=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBB8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D4 is #34472B. Grayscale: #C0C0C0. Windows color (decimal): -3426092 or 13940939. OLE color: 13940939.

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

Color convert

RGB 203 184 212 -
CMYK 0.04 0.13 0 0.17
HSL 280.71º 0.25% 0.78% -
HSV(B) 280.71º 0.13% 0.83% -
XYZ 53.65 51.73 69.44 -
YUV 192.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 203 184 212 0.04 0.13 0 0.17 280.71 0.25 0.78
Hex CB B8 D4 4 D 0 11 119 19 4E
Octal 313 270 324 4 15 0 21 431 31 116
Binary 11001011 10111000 11010100 100 1101 0 10001 100011001 11001 1001110

Color Harmonies of #CBB8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8D4

Black with #CBB8D4

Text Example


Text Example

White with #CBB8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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