Html Css Color HEX #CEBFDA Prelude

📋 copy color: '#CEBFDA'

red 206 ◦ green 191 ◦ blue 218

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

Shades of Prelude #CEBFDA

Tints of Prelude #CEBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.06%

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

R = 33.5%
G = 31.06%
B = 35.45%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEBFDA (or 0xCEBFDA) is known color: Prelude. HEX triplet: CE, BF and DA. RGB value is (206,191,218). Sum of RGB (Red+Green+Blue) = 206+191+218=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDA is #314025. Grayscale: #C6C6C6. Windows color (decimal): -3227686 or 14335950. OLE color: 14335950.

HSL color Cylindrical-coordinate representation of color #CEBFDA: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBFDA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 191 218 -
CMYK 0.06 0.12 0 0.15
HSL 273.33º 0.27% 0.8% -
HSV(B) 273.33º 0.12% 0.85% -
XYZ 56.74 55.45 74.04 -
YUV 198.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 206 191 218 0.06 0.12 0 0.15 273.33 0.27 0.8
Hex CE BF DA 6 C 0 F 111 1B 50
Octal 316 277 332 6 14 0 17 421 33 120
Binary 11001110 10111111 11011010 110 1100 0 1111 100010001 11011 1010000

Color Harmonies of #CEBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFDA

Black with #CEBFDA

Text Example


Text Example

White with #CEBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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