Html Css Color HEX #CCB9DB Prelude

📋 copy color: '#CCB9DB'

red 204 ◦ green 185 ◦ blue 219

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

Shades of Prelude #CCB9DB

Tints of Prelude #CCB9DB

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

 GREEN value IS 185 (72.66% from 255) = 30.43%

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 33.55%
G = 30.43%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB9DB (or 0xCCB9DB) is known color: Prelude. HEX triplet: CC, B9 and DB. RGB value is (204,185,219). Sum of RGB (Red+Green+Blue) = 204+185+219=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9DB is #334624. Grayscale: #C2C2C2. Windows color (decimal): -3360293 or 14399948. OLE color: 14399948.

HSL color Cylindrical-coordinate representation of color #CCB9DB: hue angle of 273.53º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB9DB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 185 219 -
CMYK 0.07 0.16 0 0.14
HSL 273.53º 0.32% 0.79% -
HSV(B) 273.53º 0.16% 0.86% -
XYZ 55.04 52.65 74.28 -
YUV 194.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 204 185 219 0.07 0.16 0 0.14 273.53 0.32 0.79
Hex CC B9 DB 7 10 0 E 112 20 4F
Octal 314 271 333 7 20 0 16 422 40 117
Binary 11001100 10111001 11011011 111 10000 0 1110 100010010 100000 1001111

Color Harmonies of #CCB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9DB

Black with #CCB9DB

Text Example


Text Example

White with #CCB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9DB; }

 p { color: rgb(204,185,219); }

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

background-color css

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

 a { background-color: rgb(204,185,219); }

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

border-color css

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

 span { border-color: rgb(204,185,219); }

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