Html Css Color HEX #CCACD8 Prelude

📋 copy color: '#CCACD8'

red 204 ◦ green 172 ◦ blue 216

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

Shades of Prelude #CCACD8

Tints of Prelude #CCACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.49%

R = 34.46%
G = 29.05%
B = 36.49%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCACD8 (or 0xCCACD8) is known color: Prelude. HEX triplet: CC, AC and D8. RGB value is (204,172,216). Sum of RGB (Red+Green+Blue) = 204+172+216=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD8 is #335327. Grayscale: #BABABA. Windows color (decimal): -3363624 or 14200012. OLE color: 14200012.

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

Color convert

RGB 204 172 216 -
CMYK 0.06 0.20 0 0.15
HSL 283.64º 0.36% 0.76% -
HSV(B) 283.64º 0.2% 0.85% -
XYZ 52.05 47.3 71.35 -
YUV 186.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 204 172 216 0.06 0.20 0 0.15 283.64 0.36 0.76
Hex CC AC D8 6 14 0 F 11C 24 4C
Octal 314 254 330 6 24 0 17 434 44 114
Binary 11001100 10101100 11011000 110 10100 0 1111 100011100 100100 1001100

Color Harmonies of #CCACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD8

Black with #CCACD8

Text Example


Text Example

White with #CCACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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