Html Css Color HEX #CCB5DD Prelude

📋 copy color: '#CCB5DD'

red 204 ◦ green 181 ◦ blue 221

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

Shades of Prelude #CCB5DD

Tints of Prelude #CCB5DD

RGB

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

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

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

R = 33.66%
G = 29.87%
B = 36.47%

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

#CCB5DD (or 0xCCB5DD) is known color: Prelude. HEX triplet: CC, B5 and DD. RGB value is (204,181,221). Sum of RGB (Red+Green+Blue) = 204+181+221=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DD is #334A22. Grayscale: #C0C0C0. Windows color (decimal): -3361315 or 14529996. OLE color: 14529996.

HSL color Cylindrical-coordinate representation of color #CCB5DD: hue angle of 274.5º degrees, saturation: 0.37, 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 #CCB5DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 181 221 -
CMYK 0.08 0.18 0 0.13
HSL 274.5º 0.37% 0.79% -
HSV(B) 274.5º 0.18% 0.87% -
XYZ 54.48 51.11 75.4 -
YUV 192.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 204 181 221 0.08 0.18 0 0.13 274.5 0.37 0.79
Hex CC B5 DD 8 12 0 D 112 25 4F
Octal 314 265 335 10 22 0 15 422 45 117
Binary 11001100 10110101 11011101 1000 10010 0 1101 100010010 100101 1001111

Color Harmonies of #CCB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5DD

Black with #CCB5DD

Text Example


Text Example

White with #CCB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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