Html Css Color HEX #CCACD9 Prelude

📋 copy color: '#CCACD9'

red 204 ◦ green 172 ◦ blue 217

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

Shades of Prelude #CCACD9

Tints of Prelude #CCACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 34.4%
G = 29.01%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCACD9 (or 0xCCACD9) is known color: Prelude. HEX triplet: CC, AC and D9. RGB value is (204,172,217). Sum of RGB (Red+Green+Blue) = 204+172+217=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD9 is #335326. Grayscale: #BABABA. Windows color (decimal): -3363623 or 14265548. OLE color: 14265548.

HSL color Cylindrical-coordinate representation of color #CCACD9: hue angle of 282.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCACD9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 172 217 -
CMYK 0.06 0.21 0 0.15
HSL 282.67º 0.37% 0.76% -
HSV(B) 282.67º 0.21% 0.85% -
XYZ 52.18 47.35 72.04 -
YUV 186.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 204 172 217 0.06 0.21 0 0.15 282.67 0.37 0.76
Hex CC AC D9 6 15 0 F 11B 25 4C
Octal 314 254 331 6 25 0 17 433 45 114
Binary 11001100 10101100 11011001 110 10101 0 1111 100011011 100101 1001100

Color Harmonies of #CCACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD9

Black with #CCACD9

Text Example


Text Example

White with #CCACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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