Html Css Color HEX #CFAEDA Prelude

📋 copy color: '#CFAEDA'

red 207 ◦ green 174 ◦ blue 218

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

Shades of Prelude #CFAEDA

Tints of Prelude #CFAEDA

RGB

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

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

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

R = 34.56%
G = 29.05%
B = 36.39%

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

#CFAEDA (or 0xCFAEDA) is known color: Prelude. HEX triplet: CF, AE and DA. RGB value is (207,174,218). Sum of RGB (Red+Green+Blue) = 207+174+218=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDA is #305125. Grayscale: #BCBCBC. Windows color (decimal): -3166502 or 14331599. OLE color: 14331599.

HSL color Cylindrical-coordinate representation of color #CFAEDA: hue angle of 285º 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 #CFAEDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 174 218 -
CMYK 0.05 0.20 0 0.15
HSL 285º 0.37% 0.77% -
HSV(B) 285º 0.2% 0.85% -
XYZ 53.52 48.6 72.89 -
YUV 188.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 207 174 218 0.05 0.20 0 0.15 285 0.37 0.77
Hex CF AE DA 5 14 0 F 11D 25 4D
Octal 317 256 332 5 24 0 17 435 45 115
Binary 11001111 10101110 11011010 101 10100 0 1111 100011101 100101 1001101

Color Harmonies of #CFAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEDA

Black with #CFAEDA

Text Example


Text Example

White with #CFAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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