Html Css Color HEX #CCACD7 Prelude

📋 copy color: '#CCACD7'

red 204 ◦ green 172 ◦ blue 215

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

Shades of Prelude #CCACD7

Tints of Prelude #CCACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.38%

R = 34.52%
G = 29.1%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCACD7 (or 0xCCACD7) is known color: Prelude. HEX triplet: CC, AC and D7. RGB value is (204,172,215). Sum of RGB (Red+Green+Blue) = 204+172+215=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD7 is #335328. Grayscale: #BABABA. Windows color (decimal): -3363625 or 14134476. OLE color: 14134476.

HSL color Cylindrical-coordinate representation of color #CCACD7: hue angle of 284.65º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCACD7 is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 172 215 -
CMYK 0.05 0.2 0 0.16
HSL 284.65º 0.35% 0.76% -
HSV(B) 284.65º 0.2% 0.84% -
XYZ 51.92 47.25 70.67 -
YUV 186.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 204 172 215 0.05 0.2 0 0.16 284.65 0.35 0.76
Hex CC AC D7 5 14 0 10 11D 23 4C
Octal 314 254 327 5 24 0 20 435 43 114
Binary 11001100 10101100 11010111 101 10100 0 10000 100011101 100011 1001100

Color Harmonies of #CCACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACD7

Black with #CCACD7

Text Example


Text Example

White with #CCACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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