Html Css Color HEX #CCAFDD Prelude

📋 copy color: '#CCAFDD'

red 204 ◦ green 175 ◦ blue 221

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

Shades of Prelude #CCAFDD

Tints of Prelude #CCAFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.17%

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 34%
G = 29.17%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCAFDD (or 0xCCAFDD) is known color: Prelude. HEX triplet: CC, AF and DD. RGB value is (204,175,221). Sum of RGB (Red+Green+Blue) = 204+175+221=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDD is #335022. Grayscale: #BCBCBC. Windows color (decimal): -3362851 or 14528460. OLE color: 14528460.

HSL color Cylindrical-coordinate representation of color #CCAFDD: hue angle of 277.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAFDD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 175 221 -
CMYK 0.08 0.21 0 0.13
HSL 277.83º 0.4% 0.78% -
HSV(B) 277.83º 0.21% 0.87% -
XYZ 53.28 48.72 75 -
YUV 188.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 204 175 221 0.08 0.21 0 0.13 277.83 0.4 0.78
Hex CC AF DD 8 15 0 D 116 28 4E
Octal 314 257 335 10 25 0 15 426 50 116
Binary 11001100 10101111 11011101 1000 10101 0 1101 100010110 101000 1001110

Color Harmonies of #CCAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFDD

Black with #CCAFDD

Text Example


Text Example

White with #CCAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFDD; }

 p { color: rgb(204,175,221); }

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

background-color css

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

 a { background-color: rgb(204,175,221); }

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

border-color css

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

 span { border-color: rgb(204,175,221); }

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