Html Css Color HEX #CCACDD Prelude

📋 copy color: '#CCACDD'

red 204 ◦ green 172 ◦ blue 221

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

Shades of Prelude #CCACDD

Tints of Prelude #CCACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.81%

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

R = 34.17%
G = 28.81%
B = 37.02%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCACDD (or 0xCCACDD) is known color: Prelude. HEX triplet: CC, AC and DD. RGB value is (204,172,221). Sum of RGB (Red+Green+Blue) = 204+172+221=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDD is #335322. Grayscale: #BABABA. Windows color (decimal): -3363619 or 14527692. OLE color: 14527692.

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

Color convert

RGB 204 172 221 -
CMYK 0.08 0.22 0 0.13
HSL 279.18º 0.42% 0.77% -
HSV(B) 279.18º 0.22% 0.87% -
XYZ 52.71 47.56 74.81 -
YUV 187.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 204 172 221 0.08 0.22 0 0.13 279.18 0.42 0.77
Hex CC AC DD 8 16 0 D 117 2A 4D
Octal 314 254 335 10 26 0 15 427 52 115
Binary 11001100 10101100 11011101 1000 10110 0 1101 100010111 101010 1001101

Color Harmonies of #CCACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACDD

Black with #CCACDD

Text Example


Text Example

White with #CCACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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