#CFDAE2

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

Shades of Pattens Blue #CFDAE2

Tints of Pattens Blue #CFDAE2

Color information

#CFDAE2 (or 0xCFDAE2) is unknown color: approx Pattens Blue. HEX triplet: CF, DA and E2. RGB value is (207,218,226). Sum of RGB (Red+Green+Blue) = 207+218+226=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAE2 is #30251D. Grayscale: #D7D7D7. Windows color (decimal): -3155230 or 14867151. OLE color: 14867151.

HSL color Cylindrical-coordinate representation of color #CFDAE2: hue angle of 205.26º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDAE2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207218226-
CMYK0.080.0400.11
HSL205.26º24.68%84.9%-
HSV(B)205.26º8.41%88.63%-
XYZ64.5368.981.85-
YUV215.62133.86121.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=31.80%
G=33.49%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072182260.080.0400.11205.2624.6884.9
HexCFDAE2840Bcd1955
Octal31733234210401331531125
Binary11001111110110101110001010001000101111001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAE2; }

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

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

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

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

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

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

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

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