Html Css Color HEX #CCB5DB Prelude

📋 copy color: '#CCB5DB'

red 204 ◦ green 181 ◦ blue 219

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

Shades of Prelude #CCB5DB

Tints of Prelude #CCB5DB

RGB

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

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

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

R = 33.77%
G = 29.97%
B = 36.26%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB5DB (or 0xCCB5DB) is known color: Prelude. HEX triplet: CC, B5 and DB. RGB value is (204,181,219). Sum of RGB (Red+Green+Blue) = 204+181+219=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DB is #334A24. Grayscale: #C0C0C0. Windows color (decimal): -3361317 or 14398924. OLE color: 14398924.

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

Color convert

RGB 204 181 219 -
CMYK 0.07 0.17 0 0.14
HSL 276.32º 0.35% 0.78% -
HSV(B) 276.32º 0.17% 0.86% -
XYZ 54.21 51 74 -
YUV 192.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 204 181 219 0.07 0.17 0 0.14 276.32 0.35 0.78
Hex CC B5 DB 7 11 0 E 114 23 4E
Octal 314 265 333 7 21 0 16 424 43 116
Binary 11001100 10110101 11011011 111 10001 0 1110 100010100 100011 1001110

Color Harmonies of #CCB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5DB

Black with #CCB5DB

Text Example


Text Example

White with #CCB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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