Html Css Color HEX #CFAFD7 Prelude

📋 copy color: '#CFAFD7'

red 207 ◦ green 175 ◦ blue 215

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

Shades of Prelude #CFAFD7

Tints of Prelude #CFAFD7

RGB

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

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

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

R = 34.67%
G = 29.31%
B = 36.01%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFAFD7 (or 0xCFAFD7) is known color: Prelude. HEX triplet: CF, AF and D7. RGB value is (207,175,215). Sum of RGB (Red+Green+Blue) = 207+175+215=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD7 is #305028. Grayscale: #BDBDBD. Windows color (decimal): -3166249 or 14135247. OLE color: 14135247.

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

Color convert

RGB 207 175 215 -
CMYK 0.04 0.19 0 0.16
HSL 288º 0.33% 0.76% -
HSV(B) 288º 0.19% 0.84% -
XYZ 53.33 48.83 70.9 -
YUV 189.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 207 175 215 0.04 0.19 0 0.16 288 0.33 0.76
Hex CF AF D7 4 13 0 10 120 21 4C
Octal 317 257 327 4 23 0 20 440 41 114
Binary 11001111 10101111 11010111 100 10011 0 10000 100100000 100001 1001100

Color Harmonies of #CFAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFD7

Black with #CFAFD7

Text Example


Text Example

White with #CFAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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