#CFDDE1

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

Shades of Pattens Blue #CFDDE1

Tints of Pattens Blue #CFDDE1

Color information

#CFDDE1 (or 0xCFDDE1) is unknown color: approx Pattens Blue. HEX triplet: CF, DD and E1. RGB value is (207,221,225). Sum of RGB (Red+Green+Blue) = 207+221+225=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDE1 is #30221E. Grayscale: #D9D9D9. Windows color (decimal): -3154463 or 14802383. OLE color: 14802383.

HSL color Cylindrical-coordinate representation of color #CFDDE1: hue angle of 193.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 #CFDDE1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207221225-
CMYK0.080.0200.12
HSL193.33º23.08%84.71%-
HSV(B)193.33º8%88.24%-
XYZ65.1870.4181.39-
YUV217.27132.36120.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=31.70%
G=33.84%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072212250.080.0200.12193.3323.0884.71
HexCFDDE1820Cc11755
Octal31733534110201430127125
Binary1100111111011101111000011000100110011000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDE1; }

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

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

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

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

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

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

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

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