Html Css Color HEX #CEAFD8 Prelude

📋 copy color: '#CEAFD8'

red 206 ◦ green 175 ◦ blue 216

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

Shades of Prelude #CEAFD8

Tints of Prelude #CEAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 34.51%
G = 29.31%
B = 36.18%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEAFD8 (or 0xCEAFD8) is known color: Prelude. HEX triplet: CE, AF and D8. RGB value is (206,175,216). Sum of RGB (Red+Green+Blue) = 206+175+216=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD8 is #315027. Grayscale: #BCBCBC. Windows color (decimal): -3231784 or 14200782. OLE color: 14200782.

HSL color Cylindrical-coordinate representation of color #CEAFD8: hue angle of 285.37º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEAFD8 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 175 216 -
CMYK 0.05 0.19 0 0.15
HSL 285.37º 0.34% 0.77% -
HSV(B) 285.37º 0.19% 0.85% -
XYZ 53.18 48.74 71.57 -
YUV 188.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 206 175 216 0.05 0.19 0 0.15 285.37 0.34 0.77
Hex CE AF D8 5 13 0 F 11D 22 4D
Octal 316 257 330 5 23 0 17 435 42 115
Binary 11001110 10101111 11011000 101 10011 0 1111 100011101 100010 1001101

Color Harmonies of #CEAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFD8

Black with #CEAFD8

Text Example


Text Example

White with #CEAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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