Html Css Color HEX #CFBAD5 Prelude

📋 copy color: '#CFBAD5'

red 207 ◦ green 186 ◦ blue 213

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

Shades of Prelude #CFBAD5

Tints of Prelude #CFBAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.69%

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

R = 34.16%
G = 30.69%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBAD5 (or 0xCFBAD5) is known color: Prelude. HEX triplet: CF, BA and D5. RGB value is (207,186,213). Sum of RGB (Red+Green+Blue) = 207+186+213=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD5 is #30452A. Grayscale: #C3C3C3. Windows color (decimal): -3163435 or 14006991. OLE color: 14006991.

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

Color convert

RGB 207 186 213 -
CMYK 0.03 0.13 0 0.16
HSL 286.67º 0.24% 0.78% -
HSV(B) 286.67º 0.13% 0.84% -
XYZ 55.3 53.19 70.3 -
YUV 195.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 207 186 213 0.03 0.13 0 0.16 286.67 0.24 0.78
Hex CF BA D5 3 D 0 10 11F 18 4E
Octal 317 272 325 3 15 0 20 437 30 116
Binary 11001111 10111010 11010101 11 1101 0 10000 100011111 11000 1001110

Color Harmonies of #CFBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBAD5

Black with #CFBAD5

Text Example


Text Example

White with #CFBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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