Html Css Color HEX #CEAFDA Prelude

📋 copy color: '#CEAFDA'

red 206 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CEAFDA

Tints of Prelude #CEAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 34.39%
G = 29.22%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEAFDA (or 0xCEAFDA) is known color: Prelude. HEX triplet: CE, AF and DA. RGB value is (206,175,218). Sum of RGB (Red+Green+Blue) = 206+175+218=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFDA is #315025. Grayscale: #BDBDBD. Windows color (decimal): -3231782 or 14331854. OLE color: 14331854.

HSL color Cylindrical-coordinate representation of color #CEAFDA: hue angle of 283.26º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAFDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 175 218 -
CMYK 0.06 0.20 0 0.15
HSL 283.26º 0.37% 0.77% -
HSV(B) 283.26º 0.2% 0.85% -
XYZ 53.44 48.84 72.94 -
YUV 189.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 206 175 218 0.06 0.20 0 0.15 283.26 0.37 0.77
Hex CE AF DA 6 14 0 F 11B 25 4D
Octal 316 257 332 6 24 0 17 433 45 115
Binary 11001110 10101111 11011010 110 10100 0 1111 100011011 100101 1001101

Color Harmonies of #CEAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFDA

Black with #CEAFDA

Text Example


Text Example

White with #CEAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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