#CFDEE5

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

Shades of Pattens Blue #CFDEE5

Tints of Pattens Blue #CFDEE5

Color information

#CFDEE5 (or 0xCFDEE5) is unknown color: approx Pattens Blue. HEX triplet: CF, DE and E5. RGB value is (207,222,229). Sum of RGB (Red+Green+Blue) = 207+222+229=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE5 is #30211A. Grayscale: #DADADA. Windows color (decimal): -3154203 or 15064783. OLE color: 15064783.

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

Color convert

RGB207222229-
CMYK0.100.0300.10
HSL199.09º29.73%85.49%-
HSV(B)199.09º9.61%89.8%-
XYZ6671.1784.39-
YUV218.31134.03119.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 229 (89.84% from 255) = 34.80%
R=31.46%
G=33.74%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072222290.100.0300.10199.0929.7385.49
HexCFDEE5A30Ac71e55
Octal31733634512301230736125
Binary1100111111011110111001011010110101011000111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE5; }

 p { color: rgb(207,222,229); }

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

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

 a { background-color: rgb(207,222,229); }

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

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

 span { border-color: rgb(207,222,229); }

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