#CFDCE6

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

Shades of Pattens Blue #CFDCE6

Tints of Pattens Blue #CFDCE6

Color information

#CFDCE6 (or 0xCFDCE6) is unknown color: approx Pattens Blue. HEX triplet: CF, DC and E6. RGB value is (207,220,230). Sum of RGB (Red+Green+Blue) = 207+220+230=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCE6 is #302319. Grayscale: #D9D9D9. Windows color (decimal): -3154714 or 15129807. OLE color: 15129807.

HSL color Cylindrical-coordinate representation of color #CFDCE6: hue angle of 206.09º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDCE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207220230-
CMYK0.100.0400.10
HSL206.09º31.51%85.69%-
HSV(B)206.09º10%90.2%-
XYZ65.6170.1684.95-
YUV217.25135.19120.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=31.51%
G=33.49%
B=35.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072202300.100.0400.10206.0931.5185.69
HexCFDCE6A40Ace2056
Octal31733434612401231640126
Binary110011111101110011100110101010001010110011101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCE6; }

 p { color: rgb(207,220,230); }

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

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

 a { background-color: rgb(207,220,230); }

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

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

 span { border-color: rgb(207,220,230); }

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