Html Css Color HEX #CCACDC Prelude

📋 copy color: '#CCACDC'

red 204 ◦ green 172 ◦ blue 220

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

Shades of Prelude #CCACDC

Tints of Prelude #CCACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 34.23%
G = 28.86%
B = 36.91%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCACDC (or 0xCCACDC) is known color: Prelude. HEX triplet: CC, AC and DC. RGB value is (204,172,220). Sum of RGB (Red+Green+Blue) = 204+172+220=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDC is #335323. Grayscale: #BABABA. Windows color (decimal): -3363620 or 14462156. OLE color: 14462156.

HSL color Cylindrical-coordinate representation of color #CCACDC: hue angle of 280º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCACDC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 172 220 -
CMYK 0.07 0.22 0 0.14
HSL 280º 0.41% 0.77% -
HSV(B) 280º 0.22% 0.86% -
XYZ 52.57 47.51 74.11 -
YUV 187.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 204 172 220 0.07 0.22 0 0.14 280 0.41 0.77
Hex CC AC DC 7 16 0 E 118 29 4D
Octal 314 254 334 7 26 0 16 430 51 115
Binary 11001100 10101100 11011100 111 10110 0 1110 100011000 101001 1001101

Color Harmonies of #CCACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACDC

Black with #CCACDC

Text Example


Text Example

White with #CCACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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