Html Css Color HEX #CFADD6 Prelude

📋 copy color: '#CFADD6'

red 207 ◦ green 173 ◦ blue 214

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

Shades of Prelude #CFADD6

Tints of Prelude #CFADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.12%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 34.85%
G = 29.12%
B = 36.03%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFADD6 (or 0xCFADD6) is known color: Prelude. HEX triplet: CF, AD and D6. RGB value is (207,173,214). Sum of RGB (Red+Green+Blue) = 207+173+214=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADD6 is #305229. Grayscale: #BBBBBB. Windows color (decimal): -3166762 or 14069199. OLE color: 14069199.

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

Color convert

RGB 207 173 214 -
CMYK 0.03 0.19 0 0.16
HSL 289.76º 0.33% 0.76% -
HSV(B) 289.76º 0.19% 0.84% -
XYZ 52.81 48.01 70.1 -
YUV 187.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 207 173 214 0.03 0.19 0 0.16 289.76 0.33 0.76
Hex CF AD D6 3 13 0 10 122 21 4C
Octal 317 255 326 3 23 0 20 442 41 114
Binary 11001111 10101101 11010110 11 10011 0 10000 100100010 100001 1001100

Color Harmonies of #CFADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADD6

Black with #CFADD6

Text Example


Text Example

White with #CFADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADD6; }

 p { color: rgb(207,173,214); }

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

background-color css

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

 a { background-color: rgb(207,173,214); }

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

border-color css

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

 span { border-color: rgb(207,173,214); }

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