Html Css Color HEX #CEAFDF Prelude

📋 copy color: '#CEAFDF'

red 206 ◦ green 175 ◦ blue 223

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

Shades of Prelude #CEAFDF

Tints of Prelude #CEAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 34.11%
G = 28.97%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEAFDF (or 0xCEAFDF) is known color: Prelude. HEX triplet: CE, AF and DF. RGB value is (206,175,223). Sum of RGB (Red+Green+Blue) = 206+175+223=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFDF is #315020. Grayscale: #BDBDBD. Windows color (decimal): -3231777 or 14659534. OLE color: 14659534.

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

Color convert

RGB 206 175 223 -
CMYK 0.08 0.22 0 0.13
HSL 278.75º 0.43% 0.78% -
HSV(B) 278.75º 0.22% 0.87% -
XYZ 54.1 49.11 76.44 -
YUV 189.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 206 175 223 0.08 0.22 0 0.13 278.75 0.43 0.78
Hex CE AF DF 8 16 0 D 117 2B 4E
Octal 316 257 337 10 26 0 15 427 53 116
Binary 11001110 10101111 11011111 1000 10110 0 1101 100010111 101011 1001110

Color Harmonies of #CEAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFDF

Black with #CEAFDF

Text Example


Text Example

White with #CEAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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