Html Css Color HEX #CCAFDC Prelude

📋 copy color: '#CCAFDC'

red 204 ◦ green 175 ◦ blue 220

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

Shades of Prelude #CCAFDC

Tints of Prelude #CCAFDC

RGB

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

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

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

R = 34.06%
G = 29.22%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCAFDC (or 0xCCAFDC) is known color: Prelude. HEX triplet: CC, AF and DC. RGB value is (204,175,220). Sum of RGB (Red+Green+Blue) = 204+175+220=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDC is #335023. Grayscale: #BCBCBC. Windows color (decimal): -3362852 or 14462924. OLE color: 14462924.

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

Color convert

RGB 204 175 220 -
CMYK 0.07 0.20 0 0.14
HSL 278.67º 0.39% 0.77% -
HSV(B) 278.67º 0.2% 0.86% -
XYZ 53.15 48.66 74.3 -
YUV 188.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 204 175 220 0.07 0.20 0 0.14 278.67 0.39 0.77
Hex CC AF DC 7 14 0 E 117 27 4D
Octal 314 257 334 7 24 0 16 427 47 115
Binary 11001100 10101111 11011100 111 10100 0 1110 100010111 100111 1001101

Color Harmonies of #CCAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFDC

Black with #CCAFDC

Text Example


Text Example

White with #CCAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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