Html Css Color HEX #CEBDDA Prelude

📋 copy color: '#CEBDDA'

red 206 ◦ green 189 ◦ blue 218

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

Shades of Prelude #CEBDDA

Tints of Prelude #CEBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 33.61%
G = 30.83%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEBDDA (or 0xCEBDDA) is known color: Prelude. HEX triplet: CE, BD and DA. RGB value is (206,189,218). Sum of RGB (Red+Green+Blue) = 206+189+218=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDDA is #314225. Grayscale: #C5C5C5. Windows color (decimal): -3228198 or 14335438. OLE color: 14335438.

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

Color convert

RGB 206 189 218 -
CMYK 0.06 0.13 0 0.15
HSL 275.17º 0.28% 0.8% -
HSV(B) 275.17º 0.13% 0.85% -
XYZ 56.31 54.58 73.9 -
YUV 197.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 206 189 218 0.06 0.13 0 0.15 275.17 0.28 0.8
Hex CE BD DA 6 D 0 F 113 1C 50
Octal 316 275 332 6 15 0 17 423 34 120
Binary 11001110 10111101 11011010 110 1101 0 1111 100010011 11100 1010000

Color Harmonies of #CEBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDDA

Black with #CEBDDA

Text Example


Text Example

White with #CEBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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