Html Css Color HEX #CFAED3 Prelude

📋 copy color: '#CFAED3'

red 207 ◦ green 174 ◦ blue 211

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

Shades of Prelude #CFAED3

Tints of Prelude #CFAED3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.39%

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 34.97%
G = 29.39%
B = 35.64%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CFAED3 (or 0xCFAED3) is known color: Prelude. HEX triplet: CF, AE and D3. RGB value is (207,174,211). Sum of RGB (Red+Green+Blue) = 207+174+211=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED3 is #30512C. Grayscale: #BBBBBB. Windows color (decimal): -3166509 or 13872847. OLE color: 13872847.

HSL color Cylindrical-coordinate representation of color #CFAED3: hue angle of 293.51º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAED3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 174 211 -
CMYK 0.02 0.18 0 0.17
HSL 293.51º 0.3% 0.75% -
HSV(B) 293.51º 0.18% 0.83% -
XYZ 52.63 48.24 68.17 -
YUV 188.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 207 174 211 0.02 0.18 0 0.17 293.51 0.3 0.75
Hex CF AE D3 2 12 0 11 126 1E 4B
Octal 317 256 323 2 22 0 21 446 36 113
Binary 11001111 10101110 11010011 10 10010 0 10001 100100110 11110 1001011

Color Harmonies of #CFAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAED3

Black with #CFAED3

Text Example


Text Example

White with #CFAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAED3; }

 p { color: rgb(207,174,211); }

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

background-color css

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

 a { background-color: rgb(207,174,211); }

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

border-color css

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

 span { border-color: rgb(207,174,211); }

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