#CFCAD1

Color #CFCAD1 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CFCAD1

Tints of Prelude #CFCAD1

Color information

#CFCAD1 (or 0xCFCAD1) is unknown color: approx Prelude. HEX triplet: CF, CA and D1. RGB value is (207,202,209). Sum of RGB (Red+Green+Blue) = 207+202+209=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAD1 is #30352E. Grayscale: #CCCCCC. Windows color (decimal): -3159343 or 13748943. OLE color: 13748943.

HSL color Cylindrical-coordinate representation of color #CFCAD1: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCAD1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207202209-
CMYK0.010.0300.18
HSL282.86º7.07%80.59%-
HSV(B)282.86º3.35%81.96%-
XYZ58.3660.1168.85-
YUV204.29130.66129.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=33.50%
G=32.69%
B=33.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072022090.010.0300.18282.867.0780.59
HexCFCAD11301211b751
Octal317312321130224337121
Binary1100111111001010110100011110100101000110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAD1; }

 p { color: rgb(207,202,209); }

 H1.HeaderClassName
 {
   color: #CFCAD1;
 }
 .AnyTagClassName
 {
   color: #CFCAD1;
 }
</style>
background-color css

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

 a { background-color: rgb(207,202,209); }

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

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

 span { border-color: rgb(207,202,209); }

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