#CFDAE1

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

Shades of Pattens Blue #CFDAE1

Tints of Pattens Blue #CFDAE1

Color information

#CFDAE1 (or 0xCFDAE1) is unknown color: approx Pattens Blue. HEX triplet: CF, DA and E1. RGB value is (207,218,225). Sum of RGB (Red+Green+Blue) = 207+218+225=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAE1 is #30251E. Grayscale: #D7D7D7. Windows color (decimal): -3155231 or 14801615. OLE color: 14801615.

HSL color Cylindrical-coordinate representation of color #CFDAE1: hue angle of 203.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDAE1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207218225-
CMYK0.080.0300.12
HSL203.33º23.08%84.71%-
HSV(B)203.33º8%88.24%-
XYZ64.3968.8481.13-
YUV215.51133.36121.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=31.85%
G=33.54%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072182250.080.0300.12203.3323.0884.71
HexCFDAE1830Ccb1755
Octal31733234110301431327125
Binary1100111111011010111000011000110110011001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAE1; }

 p { color: rgb(207,218,225); }

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

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

 a { background-color: rgb(207,218,225); }

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

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

 span { border-color: rgb(207,218,225); }

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