Html Css Color HEX #CEAEE1 Prelude

📋 copy color: '#CEAEE1'

red 206 ◦ green 174 ◦ blue 225

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

Shades of Prelude #CEAEE1

Tints of Prelude #CEAEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 34.05%
G = 28.76%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEAEE1 (or 0xCEAEE1) is known color: Prelude. HEX triplet: CE, AE and E1. RGB value is (206,174,225). Sum of RGB (Red+Green+Blue) = 206+174+225=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEE1 is #31511E. Grayscale: #BDBDBD. Windows color (decimal): -3232031 or 14790350. OLE color: 14790350.

HSL color Cylindrical-coordinate representation of color #CEAEE1: hue angle of 277.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAEE1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 174 225 -
CMYK 0.08 0.23 0 0.12
HSL 277.65º 0.46% 0.78% -
HSV(B) 277.65º 0.23% 0.88% -
XYZ 54.18 48.83 77.8 -
YUV 189.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 206 174 225 0.08 0.23 0 0.12 277.65 0.46 0.78
Hex CE AE E1 8 17 0 C 116 2E 4E
Octal 316 256 341 10 27 0 14 426 56 116
Binary 11001110 10101110 11100001 1000 10111 0 1100 100010110 101110 1001110

Color Harmonies of #CEAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEE1

Black with #CEAEE1

Text Example


Text Example

White with #CEAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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