Html Css Color HEX #CFBDDB Prelude

📋 copy color: '#CFBDDB'

red 207 ◦ green 189 ◦ blue 219

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

Shades of Prelude #CFBDDB

Tints of Prelude #CFBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 33.66%
G = 30.73%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFBDDB (or 0xCFBDDB) is known color: Prelude. HEX triplet: CF, BD and DB. RGB value is (207,189,219). Sum of RGB (Red+Green+Blue) = 207+189+219=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDDB is #304224. Grayscale: #C5C5C5. Windows color (decimal): -3162661 or 14400975. OLE color: 14400975.

HSL color Cylindrical-coordinate representation of color #CFBDDB: hue angle of 276º degrees, saturation: 0.29, 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 #CFBDDB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 189 219 -
CMYK 0.05 0.14 0 0.14
HSL 276º 0.29% 0.8% -
HSV(B) 276º 0.14% 0.86% -
XYZ 56.72 54.78 74.6 -
YUV 197.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 207 189 219 0.05 0.14 0 0.14 276 0.29 0.8
Hex CF BD DB 5 E 0 E 114 1D 50
Octal 317 275 333 5 16 0 16 424 35 120
Binary 11001111 10111101 11011011 101 1110 0 1110 100010100 11101 1010000

Color Harmonies of #CFBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDDB

Black with #CFBDDB

Text Example


Text Example

White with #CFBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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