Html Css Color HEX #CEAEDD Prelude

📋 copy color: '#CEAEDD'

red 206 ◦ green 174 ◦ blue 221

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

Shades of Prelude #CEAEDD

Tints of Prelude #CEAEDD

RGB

 RED value IS 206 (80.86% from 255) = 34.28%

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

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

R = 34.28%
G = 28.95%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEAEDD (or 0xCEAEDD) is known color: Prelude. HEX triplet: CE, AE and DD. RGB value is (206,174,221). Sum of RGB (Red+Green+Blue) = 206+174+221=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDD is #315122. Grayscale: #BCBCBC. Windows color (decimal): -3232035 or 14528206. OLE color: 14528206.

HSL color Cylindrical-coordinate representation of color #CEAEDD: hue angle of 280.85º 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 #CEAEDD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 174 221 -
CMYK 0.07 0.21 0 0.13
HSL 280.85º 0.41% 0.77% -
HSV(B) 280.85º 0.21% 0.87% -
XYZ 53.64 48.61 74.96 -
YUV 188.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 206 174 221 0.07 0.21 0 0.13 280.85 0.41 0.77
Hex CE AE DD 7 15 0 D 119 29 4D
Octal 316 256 335 7 25 0 15 431 51 115
Binary 11001110 10101110 11011101 111 10101 0 1101 100011001 101001 1001101

Color Harmonies of #CEAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEDD

Black with #CEAEDD

Text Example


Text Example

White with #CEAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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