Html Css Color HEX #CFBDD5 Prelude

📋 copy color: '#CFBDD5'

red 207 ◦ green 189 ◦ blue 213

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

Shades of Prelude #CFBDD5

Tints of Prelude #CFBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 33.99%
G = 31.03%
B = 34.98%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBDD5 (or 0xCFBDD5) is known color: Prelude. HEX triplet: CF, BD and D5. RGB value is (207,189,213). Sum of RGB (Red+Green+Blue) = 207+189+213=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD5 is #30422A. Grayscale: #C5C5C5. Windows color (decimal): -3162667 or 14007759. OLE color: 14007759.

HSL color Cylindrical-coordinate representation of color #CFBDD5: hue angle of 285º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBDD5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 189 213 -
CMYK 0.03 0.11 0 0.16
HSL 285º 0.22% 0.79% -
HSV(B) 285º 0.11% 0.84% -
XYZ 55.94 54.46 70.52 -
YUV 197.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 207 189 213 0.03 0.11 0 0.16 285 0.22 0.79
Hex CF BD D5 3 B 0 10 11D 16 4F
Octal 317 275 325 3 13 0 20 435 26 117
Binary 11001111 10111101 11010101 11 1011 0 10000 100011101 10110 1001111

Color Harmonies of #CFBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD5

Black with #CFBDD5

Text Example


Text Example

White with #CFBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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