Html Css Color HEX #CEAFD7 Prelude

📋 copy color: '#CEAFD7'

red 206 ◦ green 175 ◦ blue 215

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

Shades of Prelude #CEAFD7

Tints of Prelude #CEAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 34.56%
G = 29.36%
B = 36.07%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEAFD7 (or 0xCEAFD7) is known color: Prelude. HEX triplet: CE, AF and D7. RGB value is (206,175,215). Sum of RGB (Red+Green+Blue) = 206+175+215=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD7 is #315028. Grayscale: #BCBCBC. Windows color (decimal): -3231785 or 14135246. OLE color: 14135246.

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

Color convert

RGB 206 175 215 -
CMYK 0.04 0.19 0 0.16
HSL 286.5º 0.33% 0.76% -
HSV(B) 286.5º 0.19% 0.84% -
XYZ 53.05 48.69 70.89 -
YUV 188.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 206 175 215 0.04 0.19 0 0.16 286.5 0.33 0.76
Hex CE AF D7 4 13 0 10 11E 21 4C
Octal 316 257 327 4 23 0 20 436 41 114
Binary 11001110 10101111 11010111 100 10011 0 10000 100011110 100001 1001100

Color Harmonies of #CEAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFD7

Black with #CEAFD7

Text Example


Text Example

White with #CEAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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