Html Css Color HEX #CCACD1 Prelude

📋 copy color: '#CCACD1'

red 204 ◦ green 172 ◦ blue 209

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

Shades of Prelude #CCACD1

Tints of Prelude #CCACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 34.87%
G = 29.4%
B = 35.73%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCACD1 (or 0xCCACD1) is known color: Prelude. HEX triplet: CC, AC and D1. RGB value is (204,172,209). Sum of RGB (Red+Green+Blue) = 204+172+209=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD1 is #33532E. Grayscale: #B9B9B9. Windows color (decimal): -3363631 or 13741260. OLE color: 13741260.

HSL color Cylindrical-coordinate representation of color #CCACD1: hue angle of 291.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCACD1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 172 209 -
CMYK 0.02 0.18 0 0.18
HSL 291.89º 0.29% 0.75% -
HSV(B) 291.89º 0.18% 0.82% -
XYZ 51.16 46.95 66.69 -
YUV 185.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 204 172 209 0.02 0.18 0 0.18 291.89 0.29 0.75
Hex CC AC D1 2 12 0 12 124 1D 4B
Octal 314 254 321 2 22 0 22 444 35 113
Binary 11001100 10101100 11010001 10 10010 0 10010 100100100 11101 1001011

Color Harmonies of #CCACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD1

Black with #CCACD1

Text Example


Text Example

White with #CCACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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