Html Css Color HEX #CFBDD8 Prelude

📋 copy color: '#CFBDD8'

red 207 ◦ green 189 ◦ blue 216

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

Shades of Prelude #CFBDD8

Tints of Prelude #CFBDD8

RGB

 RED value IS 207 (81.25% from 255) = 33.82%

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

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 33.82%
G = 30.88%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFBDD8 (or 0xCFBDD8) is known color: Prelude. HEX triplet: CF, BD and D8. RGB value is (207,189,216). Sum of RGB (Red+Green+Blue) = 207+189+216=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD8 is #304227. Grayscale: #C5C5C5. Windows color (decimal): -3162664 or 14204367. OLE color: 14204367.

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

Color convert

RGB 207 189 216 -
CMYK 0.04 0.12 0 0.15
HSL 280º 0.26% 0.79% -
HSV(B) 280º 0.13% 0.85% -
XYZ 56.32 54.62 72.54 -
YUV 197.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 207 189 216 0.04 0.12 0 0.15 280 0.26 0.79
Hex CF BD D8 4 C 0 F 118 1A 4F
Octal 317 275 330 4 14 0 17 430 32 117
Binary 11001111 10111101 11011000 100 1100 0 1111 100011000 11010 1001111

Color Harmonies of #CFBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD8

Black with #CFBDD8

Text Example


Text Example

White with #CFBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD8; }

 p { color: rgb(207,189,216); }

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

background-color css

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

 a { background-color: rgb(207,189,216); }

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

border-color css

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

 span { border-color: rgb(207,189,216); }

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