Html Css Color HEX #CCB6DB Prelude

📋 copy color: '#CCB6DB'

red 204 ◦ green 182 ◦ blue 219

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

Shades of Prelude #CCB6DB

Tints of Prelude #CCB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.08%

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

R = 33.72%
G = 30.08%
B = 36.2%

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

#CCB6DB (or 0xCCB6DB) is known color: Prelude. HEX triplet: CC, B6 and DB. RGB value is (204,182,219). Sum of RGB (Red+Green+Blue) = 204+182+219=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DB is #334924. Grayscale: #C0C0C0. Windows color (decimal): -3361061 or 14399180. OLE color: 14399180.

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

Color convert

RGB 204 182 219 -
CMYK 0.07 0.17 0 0.14
HSL 275.68º 0.34% 0.79% -
HSV(B) 275.68º 0.17% 0.86% -
XYZ 54.42 51.41 74.07 -
YUV 192.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 204 182 219 0.07 0.17 0 0.14 275.68 0.34 0.79
Hex CC B6 DB 7 11 0 E 114 22 4F
Octal 314 266 333 7 21 0 16 424 42 117
Binary 11001100 10110110 11011011 111 10001 0 1110 100010100 100010 1001111

Color Harmonies of #CCB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6DB

Black with #CCB6DB

Text Example


Text Example

White with #CCB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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