Html Css Color HEX #CCB9DD Prelude

📋 copy color: '#CCB9DD'

red 204 ◦ green 185 ◦ blue 221

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

Shades of Prelude #CCB9DD

Tints of Prelude #CCB9DD

RGB

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

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

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

R = 33.44%
G = 30.33%
B = 36.23%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB9DD (or 0xCCB9DD) is known color: Prelude. HEX triplet: CC, B9 and DD. RGB value is (204,185,221). Sum of RGB (Red+Green+Blue) = 204+185+221=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9DD is #334622. Grayscale: #C2C2C2. Windows color (decimal): -3360291 or 14531020. OLE color: 14531020.

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

Color convert

RGB 204 185 221 -
CMYK 0.08 0.16 0 0.13
HSL 271.67º 0.35% 0.8% -
HSV(B) 271.67º 0.16% 0.87% -
XYZ 55.3 52.76 75.67 -
YUV 194.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 204 185 221 0.08 0.16 0 0.13 271.67 0.35 0.8
Hex CC B9 DD 8 10 0 D 110 23 50
Octal 314 271 335 10 20 0 15 420 43 120
Binary 11001100 10111001 11011101 1000 10000 0 1101 100010000 100011 1010000

Color Harmonies of #CCB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9DD

Black with #CCB9DD

Text Example


Text Example

White with #CCB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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