Html Css Color HEX #CFAFDA Prelude

📋 copy color: '#CFAFDA'

red 207 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CFAFDA

Tints of Prelude #CFAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 34.5%
G = 29.17%
B = 36.33%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFAFDA (or 0xCFAFDA) is known color: Prelude. HEX triplet: CF, AF and DA. RGB value is (207,175,218). Sum of RGB (Red+Green+Blue) = 207+175+218=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDA is #305025. Grayscale: #BDBDBD. Windows color (decimal): -3166246 or 14331855. OLE color: 14331855.

HSL color Cylindrical-coordinate representation of color #CFAFDA: hue angle of 284.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAFDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 175 218 -
CMYK 0.05 0.20 0 0.15
HSL 284.65º 0.37% 0.77% -
HSV(B) 284.65º 0.2% 0.85% -
XYZ 53.72 48.99 72.95 -
YUV 189.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 207 175 218 0.05 0.20 0 0.15 284.65 0.37 0.77
Hex CF AF DA 5 14 0 F 11D 25 4D
Octal 317 257 332 5 24 0 17 435 45 115
Binary 11001111 10101111 11011010 101 10100 0 1111 100011101 100101 1001101

Color Harmonies of #CFAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFDA

Black with #CFAFDA

Text Example


Text Example

White with #CFAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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