Html Css Color HEX #CCB6DD Prelude

📋 copy color: '#CCB6DD'

red 204 ◦ green 182 ◦ blue 221

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

Shades of Prelude #CCB6DD

Tints of Prelude #CCB6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 33.61%
G = 29.98%
B = 36.41%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB6DD (or 0xCCB6DD) is known color: Prelude. HEX triplet: CC, B6 and DD. RGB value is (204,182,221). Sum of RGB (Red+Green+Blue) = 204+182+221=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DD is #334922. Grayscale: #C0C0C0. Windows color (decimal): -3361059 or 14530252. OLE color: 14530252.

HSL color Cylindrical-coordinate representation of color #CCB6DD: hue angle of 273.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB6DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 182 221 -
CMYK 0.08 0.18 0 0.13
HSL 273.85º 0.36% 0.79% -
HSV(B) 273.85º 0.18% 0.87% -
XYZ 54.68 51.51 75.47 -
YUV 193.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 204 182 221 0.08 0.18 0 0.13 273.85 0.36 0.79
Hex CC B6 DD 8 12 0 D 112 24 4F
Octal 314 266 335 10 22 0 15 422 44 117
Binary 11001100 10110110 11011101 1000 10010 0 1101 100010010 100100 1001111

Color Harmonies of #CCB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6DD

Black with #CCB6DD

Text Example


Text Example

White with #CCB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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