Html Css Color HEX #CFAFD6 Prelude

📋 copy color: '#CFAFD6'

red 207 ◦ green 175 ◦ blue 214

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

Shades of Prelude #CFAFD6

Tints of Prelude #CFAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 34.73%
G = 29.36%
B = 35.91%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFAFD6 (or 0xCFAFD6) is known color: Prelude. HEX triplet: CF, AF and D6. RGB value is (207,175,214). Sum of RGB (Red+Green+Blue) = 207+175+214=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD6 is #305029. Grayscale: #BCBCBC. Windows color (decimal): -3166250 or 14069711. OLE color: 14069711.

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

Color convert

RGB 207 175 214 -
CMYK 0.03 0.18 0 0.16
HSL 289.23º 0.32% 0.76% -
HSV(B) 289.23º 0.18% 0.84% -
XYZ 53.2 48.78 70.23 -
YUV 189.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 207 175 214 0.03 0.18 0 0.16 289.23 0.32 0.76
Hex CF AF D6 3 12 0 10 121 20 4C
Octal 317 257 326 3 22 0 20 441 40 114
Binary 11001111 10101111 11010110 11 10010 0 10000 100100001 100000 1001100

Color Harmonies of #CFAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFD6

Black with #CFAFD6

Text Example


Text Example

White with #CFAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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