Html Css Color HEX #CCAFD0 Prelude

📋 copy color: '#CCAFD0'

red 204 ◦ green 175 ◦ blue 208

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

Shades of Prelude #CCAFD0

Tints of Prelude #CCAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 34.75%
G = 29.81%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCAFD0 (or 0xCCAFD0) is known color: Prelude. HEX triplet: CC, AF and D0. RGB value is (204,175,208). Sum of RGB (Red+Green+Blue) = 204+175+208=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD0 is #33502F. Grayscale: #BBBBBB. Windows color (decimal): -3362864 or 13676492. OLE color: 13676492.

HSL color Cylindrical-coordinate representation of color #CCAFD0: hue angle of 292.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCAFD0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 175 208 -
CMYK 0.02 0.16 0 0.18
HSL 292.73º 0.26% 0.75% -
HSV(B) 292.73º 0.16% 0.82% -
XYZ 51.62 48.05 66.23 -
YUV 187.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 204 175 208 0.02 0.16 0 0.18 292.73 0.26 0.75
Hex CC AF D0 2 10 0 12 125 1A 4B
Octal 314 257 320 2 20 0 22 445 32 113
Binary 11001100 10101111 11010000 10 10000 0 10010 100100101 11010 1001011

Color Harmonies of #CCAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFD0

Black with #CCAFD0

Text Example


Text Example

White with #CCAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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