Html Css Color HEX #CEAFD6 Prelude

📋 copy color: '#CEAFD6'

red 206 ◦ green 175 ◦ blue 214

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

Shades of Prelude #CEAFD6

Tints of Prelude #CEAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.97%

R = 34.62%
G = 29.41%
B = 35.97%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEAFD6 (or 0xCEAFD6) is known color: Prelude. HEX triplet: CE, AF and D6. RGB value is (206,175,214). Sum of RGB (Red+Green+Blue) = 206+175+214=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD6 is #315029. Grayscale: #BCBCBC. Windows color (decimal): -3231786 or 14069710. OLE color: 14069710.

HSL color Cylindrical-coordinate representation of color #CEAFD6: hue angle of 287.69º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEAFD6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 175 214 -
CMYK 0.04 0.18 0 0.16
HSL 287.69º 0.32% 0.76% -
HSV(B) 287.69º 0.18% 0.84% -
XYZ 52.92 48.64 70.22 -
YUV 188.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 206 175 214 0.04 0.18 0 0.16 287.69 0.32 0.76
Hex CE AF D6 4 12 0 10 120 20 4C
Octal 316 257 326 4 22 0 20 440 40 114
Binary 11001110 10101111 11010110 100 10010 0 10000 100100000 100000 1001100

Color Harmonies of #CEAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFD6

Black with #CEAFD6

Text Example


Text Example

White with #CEAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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