Html Css Color HEX #CFBBDF Prelude

📋 copy color: '#CFBBDF'

red 207 ◦ green 187 ◦ blue 223

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

Shades of Prelude #CFBBDF

Tints of Prelude #CFBBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.31%

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 33.55%
G = 30.31%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFBBDF (or 0xCFBBDF) is known color: Prelude. HEX triplet: CF, BB and DF. RGB value is (207,187,223). Sum of RGB (Red+Green+Blue) = 207+187+223=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDF is #304420. Grayscale: #C4C4C4. Windows color (decimal): -3163169 or 14662607. OLE color: 14662607.

HSL color Cylindrical-coordinate representation of color #CFBBDF: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBBDF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 187 223 -
CMYK 0.07 0.16 0 0.13
HSL 273.33º 0.36% 0.8% -
HSV(B) 273.33º 0.16% 0.87% -
XYZ 56.82 54.13 77.27 -
YUV 197.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 207 187 223 0.07 0.16 0 0.13 273.33 0.36 0.8
Hex CF BB DF 7 10 0 D 111 24 50
Octal 317 273 337 7 20 0 15 421 44 120
Binary 11001111 10111011 11011111 111 10000 0 1101 100010001 100100 1010000

Color Harmonies of #CFBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBDF

Black with #CFBBDF

Text Example


Text Example

White with #CFBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBDF; }

 p { color: rgb(207,187,223); }

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

background-color css

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

 a { background-color: rgb(207,187,223); }

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

border-color css

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

 span { border-color: rgb(207,187,223); }

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