Html Css Color HEX #CCB3DC Prelude

📋 copy color: '#CCB3DC'

red 204 ◦ green 179 ◦ blue 220

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

Shades of Prelude #CCB3DC

Tints of Prelude #CCB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.68%

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 33.83%
G = 29.68%
B = 36.48%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCB3DC (or 0xCCB3DC) is known color: Prelude. HEX triplet: CC, B3 and DC. RGB value is (204,179,220). Sum of RGB (Red+Green+Blue) = 204+179+220=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DC is #334C23. Grayscale: #BFBFBF. Windows color (decimal): -3361828 or 14463948. OLE color: 14463948.

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

Color convert

RGB 204 179 220 -
CMYK 0.07 0.19 0 0.14
HSL 276.59º 0.37% 0.78% -
HSV(B) 276.59º 0.19% 0.86% -
XYZ 53.94 50.24 74.57 -
YUV 191.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 204 179 220 0.07 0.19 0 0.14 276.59 0.37 0.78
Hex CC B3 DC 7 13 0 E 115 25 4E
Octal 314 263 334 7 23 0 16 425 45 116
Binary 11001100 10110011 11011100 111 10011 0 1110 100010101 100101 1001110

Color Harmonies of #CCB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3DC

Black with #CCB3DC

Text Example


Text Example

White with #CCB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3DC; }

 p { color: rgb(204,179,220); }

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

background-color css

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

 a { background-color: rgb(204,179,220); }

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

border-color css

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

 span { border-color: rgb(204,179,220); }

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