Html Css Color HEX #CFACD7 Prelude

📋 copy color: '#CFACD7'

red 207 ◦ green 172 ◦ blue 215

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

Shades of Prelude #CFACD7

Tints of Prelude #CFACD7

RGB

 RED value IS 207 (81.25% from 255) = 34.85%

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

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

R = 34.85%
G = 28.96%
B = 36.2%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFACD7 (or 0xCFACD7) is known color: Prelude. HEX triplet: CF, AC and D7. RGB value is (207,172,215). Sum of RGB (Red+Green+Blue) = 207+172+215=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 172 (67.58% from 255 or 28.96% 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 #CFACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD7 is #305328. Grayscale: #BBBBBB. Windows color (decimal): -3167017 or 14134479. OLE color: 14134479.

HSL color Cylindrical-coordinate representation of color #CFACD7: hue angle of 288.84º 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 #CFACD7 is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 172 215 -
CMYK 0.04 0.2 0 0.16
HSL 288.84º 0.35% 0.76% -
HSV(B) 288.84º 0.2% 0.84% -
XYZ 52.75 47.68 70.71 -
YUV 187.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 207 172 215 0.04 0.2 0 0.16 288.84 0.35 0.76
Hex CF AC D7 4 14 0 10 121 23 4C
Octal 317 254 327 4 24 0 20 441 43 114
Binary 11001111 10101100 11010111 100 10100 0 10000 100100001 100011 1001100

Color Harmonies of #CFACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACD7

Black with #CFACD7

Text Example


Text Example

White with #CFACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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