#CFDEE4

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

Shades of Pattens Blue #CFDEE4

Tints of Pattens Blue #CFDEE4

Color information

#CFDEE4 (or 0xCFDEE4) is unknown color: approx Pattens Blue. HEX triplet: CF, DE and E4. RGB value is (207,222,228). Sum of RGB (Red+Green+Blue) = 207+222+228=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE4 is #30211B. Grayscale: #DADADA. Windows color (decimal): -3154204 or 14999247. OLE color: 14999247.

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

Color convert

RGB207222228-
CMYK0.090.0300.11
HSL197.14º28%85.29%-
HSV(B)197.14º9.21%89.41%-
XYZ65.8671.1183.65-
YUV218.2133.53120.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=31.51%
G=33.79%
B=34.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072222280.090.0300.11197.142885.29
HexCFDEE4930Bc51c55
Octal31733634411301330534125
Binary1100111111011110111001001001110101111000101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE4; }

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

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

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

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

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

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

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

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