Html Css Color HEX #CFAEDD Prelude

📋 copy color: '#CFAEDD'

red 207 ◦ green 174 ◦ blue 221

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

Shades of Prelude #CFAEDD

Tints of Prelude #CFAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.9%

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

R = 34.39%
G = 28.9%
B = 36.71%

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

#CFAEDD (or 0xCFAEDD) is known color: Prelude. HEX triplet: CF, AE and DD. RGB value is (207,174,221). Sum of RGB (Red+Green+Blue) = 207+174+221=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDD is #305122. Grayscale: #BDBDBD. Windows color (decimal): -3166499 or 14528207. OLE color: 14528207.

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

Color convert

RGB 207 174 221 -
CMYK 0.06 0.21 0 0.13
HSL 282.13º 0.41% 0.77% -
HSV(B) 282.13º 0.21% 0.87% -
XYZ 53.92 48.76 74.98 -
YUV 189.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 207 174 221 0.06 0.21 0 0.13 282.13 0.41 0.77
Hex CF AE DD 6 15 0 D 11A 29 4D
Octal 317 256 335 6 25 0 15 432 51 115
Binary 11001111 10101110 11011101 110 10101 0 1101 100011010 101001 1001101

Color Harmonies of #CFAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEDD

Black with #CFAEDD

Text Example


Text Example

White with #CFAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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