Html Css Color HEX #CCACD4 Prelude

📋 copy color: '#CCACD4'

red 204 ◦ green 172 ◦ blue 212

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

Shades of Prelude #CCACD4

Tints of Prelude #CCACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.05%

R = 34.69%
G = 29.25%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCACD4 (or 0xCCACD4) is known color: Prelude. HEX triplet: CC, AC and D4. RGB value is (204,172,212). Sum of RGB (Red+Green+Blue) = 204+172+212=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD4 is #33532B. Grayscale: #B9B9B9. Windows color (decimal): -3363628 or 13937868. OLE color: 13937868.

HSL color Cylindrical-coordinate representation of color #CCACD4: hue angle of 288º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCACD4 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 172 212 -
CMYK 0.04 0.19 0 0.17
HSL 288º 0.32% 0.75% -
HSV(B) 288º 0.19% 0.83% -
XYZ 51.54 47.1 68.66 -
YUV 186.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 204 172 212 0.04 0.19 0 0.17 288 0.32 0.75
Hex CC AC D4 4 13 0 11 120 20 4B
Octal 314 254 324 4 23 0 21 440 40 113
Binary 11001100 10101100 11010100 100 10011 0 10001 100100000 100000 1001011

Color Harmonies of #CCACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD4

Black with #CCACD4

Text Example


Text Example

White with #CCACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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