Html Css Color HEX #CFAFDD Prelude

📋 copy color: '#CFAFDD'

red 207 ◦ green 175 ◦ blue 221

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

Shades of Prelude #CFAFDD

Tints of Prelude #CFAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 34.33%
G = 29.02%
B = 36.65%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFAFDD (or 0xCFAFDD) is known color: Prelude. HEX triplet: CF, AF and DD. RGB value is (207,175,221). Sum of RGB (Red+Green+Blue) = 207+175+221=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDD is #305022. Grayscale: #BDBDBD. Windows color (decimal): -3166243 or 14528463. OLE color: 14528463.

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

Color convert

RGB 207 175 221 -
CMYK 0.06 0.21 0 0.13
HSL 281.74º 0.4% 0.78% -
HSV(B) 281.74º 0.21% 0.87% -
XYZ 54.11 49.15 75.04 -
YUV 189.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 207 175 221 0.06 0.21 0 0.13 281.74 0.4 0.78
Hex CF AF DD 6 15 0 D 11A 28 4E
Octal 317 257 335 6 25 0 15 432 50 116
Binary 11001111 10101111 11011101 110 10101 0 1101 100011010 101000 1001110

Color Harmonies of #CFAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFDD

Black with #CFAFDD

Text Example


Text Example

White with #CFAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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