Html Css Color HEX #CFAFDF Prelude

📋 copy color: '#CFAFDF'

red 207 ◦ green 175 ◦ blue 223

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

Shades of Prelude #CFAFDF

Tints of Prelude #CFAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 34.21%
G = 28.93%
B = 36.86%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFAFDF (or 0xCFAFDF) is known color: Prelude. HEX triplet: CF, AF and DF. RGB value is (207,175,223). Sum of RGB (Red+Green+Blue) = 207+175+223=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDF is #305020. Grayscale: #BDBDBD. Windows color (decimal): -3166241 or 14659535. OLE color: 14659535.

HSL color Cylindrical-coordinate representation of color #CFAFDF: hue angle of 280º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAFDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 175 223 -
CMYK 0.07 0.22 0 0.13
HSL 280º 0.43% 0.78% -
HSV(B) 280º 0.22% 0.87% -
XYZ 54.38 49.25 76.45 -
YUV 190.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 207 175 223 0.07 0.22 0 0.13 280 0.43 0.78
Hex CF AF DF 7 16 0 D 118 2B 4E
Octal 317 257 337 7 26 0 15 430 53 116
Binary 11001111 10101111 11011111 111 10110 0 1101 100011000 101011 1001110

Color Harmonies of #CFAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFDF

Black with #CFAFDF

Text Example


Text Example

White with #CFAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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