Html Css Color HEX #CEAFE1 Prelude

📋 copy color: '#CEAFE1'

red 206 ◦ green 175 ◦ blue 225

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

Shades of Prelude #CEAFE1

Tints of Prelude #CEAFE1

RGB

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

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

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

R = 33.99%
G = 28.88%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEAFE1 (or 0xCEAFE1) is known color: Prelude. HEX triplet: CE, AF and E1. RGB value is (206,175,225). Sum of RGB (Red+Green+Blue) = 206+175+225=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE1 is #31501E. Grayscale: #BDBDBD. Windows color (decimal): -3231775 or 14790606. OLE color: 14790606.

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

Color convert

RGB 206 175 225 -
CMYK 0.08 0.22 0 0.12
HSL 277.2º 0.45% 0.78% -
HSV(B) 277.2º 0.22% 0.88% -
XYZ 54.37 49.22 77.87 -
YUV 189.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 206 175 225 0.08 0.22 0 0.12 277.2 0.45 0.78
Hex CE AF E1 8 16 0 C 115 2D 4E
Octal 316 257 341 10 26 0 14 425 55 116
Binary 11001110 10101111 11100001 1000 10110 0 1100 100010101 101101 1001110

Color Harmonies of #CEAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFE1

Black with #CEAFE1

Text Example


Text Example

White with #CEAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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