Html Css Color HEX #CCAFD7 Prelude

📋 copy color: '#CCAFD7'

red 204 ◦ green 175 ◦ blue 215

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

Shades of Prelude #CCAFD7

Tints of Prelude #CCAFD7

RGB

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

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

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

R = 34.34%
G = 29.46%
B = 36.2%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCAFD7 (or 0xCCAFD7) is known color: Prelude. HEX triplet: CC, AF and D7. RGB value is (204,175,215). Sum of RGB (Red+Green+Blue) = 204+175+215=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD7 is #335028. Grayscale: #BCBCBC. Windows color (decimal): -3362857 or 14135244. OLE color: 14135244.

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

Color convert

RGB 204 175 215 -
CMYK 0.05 0.19 0 0.16
HSL 283.5º 0.33% 0.76% -
HSV(B) 283.5º 0.19% 0.84% -
XYZ 52.5 48.4 70.87 -
YUV 188.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 204 175 215 0.05 0.19 0 0.16 283.5 0.33 0.76
Hex CC AF D7 5 13 0 10 11C 21 4C
Octal 314 257 327 5 23 0 20 434 41 114
Binary 11001100 10101111 11010111 101 10011 0 10000 100011100 100001 1001100

Color Harmonies of #CCAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFD7

Black with #CCAFD7

Text Example


Text Example

White with #CCAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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