Html Css Color HEX #CBB0D6 Prelude

📋 copy color: '#CBB0D6'

red 203 ◦ green 176 ◦ blue 214

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

Shades of Prelude #CBB0D6

Tints of Prelude #CBB0D6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.68%

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 34.23%
G = 29.68%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBB0D6 (or 0xCBB0D6) is known color: Prelude. HEX triplet: CB, B0 and D6. RGB value is (203,176,214). Sum of RGB (Red+Green+Blue) = 203+176+214=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0D6 is #344F29. Grayscale: #BCBCBC. Windows color (decimal): -3428138 or 14069963. OLE color: 14069963.

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

Color convert

RGB 203 176 214 -
CMYK 0.05 0.18 0 0.16
HSL 282.63º 0.32% 0.76% -
HSV(B) 282.63º 0.18% 0.84% -
XYZ 52.29 48.6 70.24 -
YUV 188.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 203 176 214 0.05 0.18 0 0.16 282.63 0.32 0.76
Hex CB B0 D6 5 12 0 10 11B 20 4C
Octal 313 260 326 5 22 0 20 433 40 114
Binary 11001011 10110000 11010110 101 10010 0 10000 100011011 100000 1001100

Color Harmonies of #CBB0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0D6

Black with #CBB0D6

Text Example


Text Example

White with #CBB0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0D6; }

 p { color: rgb(203,176,214); }

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

background-color css

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

 a { background-color: rgb(203,176,214); }

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

border-color css

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

 span { border-color: rgb(203,176,214); }

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