Html Css Color HEX #CEBDDC Prelude

📋 copy color: '#CEBDDC'

red 206 ◦ green 189 ◦ blue 220

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

Shades of Prelude #CEBDDC

Tints of Prelude #CEBDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 33.5%
G = 30.73%
B = 35.77%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CEBDDC (or 0xCEBDDC) is known color: Prelude. HEX triplet: CE, BD and DC. RGB value is (206,189,220). Sum of RGB (Red+Green+Blue) = 206+189+220=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDDC is #314223. Grayscale: #C5C5C5. Windows color (decimal): -3228196 or 14466510. OLE color: 14466510.

HSL color Cylindrical-coordinate representation of color #CEBDDC: hue angle of 272.9º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBDDC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 189 220 -
CMYK 0.06 0.14 0 0.14
HSL 272.9º 0.31% 0.8% -
HSV(B) 272.9º 0.14% 0.86% -
XYZ 56.57 54.68 75.28 -
YUV 197.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 206 189 220 0.06 0.14 0 0.14 272.9 0.31 0.8
Hex CE BD DC 6 E 0 E 111 1F 50
Octal 316 275 334 6 16 0 16 421 37 120
Binary 11001110 10111101 11011100 110 1110 0 1110 100010001 11111 1010000

Color Harmonies of #CEBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDDC

Black with #CEBDDC

Text Example


Text Example

White with #CEBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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